ts for editor

This commit is contained in:
muerwre 2019-02-20 18:06:28 +07:00
parent 4aff0f7eb1
commit 2f6aec1b57
2 changed files with 37 additions and 39 deletions
src/modules

View file

@ -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 });