mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-30 13:36:41 +07:00
ts for editor
This commit is contained in:
parent
4aff0f7eb1
commit
2f6aec1b57
2 changed files with 37 additions and 39 deletions
src/modules
|
@ -76,7 +76,7 @@ export class Editor implements IEditor {
|
|||
} = this;
|
||||
|
||||
this.poly = new Poly({
|
||||
map, routerMoveStart, lockMapClicks, setTotalDist: this.setDistance, triggerOnChange, editor: this,
|
||||
map, routerMoveStart, lockMapClicks, setDistance: this.setDistance, triggerOnChange, editor: this,
|
||||
});
|
||||
|
||||
this.stickers = new Stickers({ map, lockMapClicks, triggerOnChange, editor: this });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue