passing address to saveRequest

This commit is contained in:
muerwre 2018-08-31 10:08:59 +07:00
parent 47e4f4a97d
commit fc1bac528a
5 changed files with 12 additions and 3 deletions

View file

@ -14,6 +14,7 @@ export class Sticker {
this.isDragging = false;
this.map = map;
this.sticker = sticker;
this.editable = true;
this.deleteSticker = deleteSticker;
this.lockMapClicks = lockMapClicks;
@ -129,4 +130,8 @@ export class Sticker {
latlng: this.latlng,
sticker: this.sticker,
})
stopEditing = () => ({
});
}