short cleanup

This commit is contained in:
muerwre 2019-03-28 12:09:09 +07:00
parent f88bedd600
commit ea688c363b
3 changed files with 1 additions and 13 deletions

View file

@ -371,8 +371,6 @@ export class Editor {
this.setInitialData();
this.owner = { id };
// todo: implement
// if (this.poly.latlngs && this.poly.latlngs.length > 1) this.poly.poly.editor.enable();
this.poly.enableEditor();
this.stickers.startEditing();
};