fixed sticker saving after drag

This commit is contained in:
muerwre 2018-09-03 16:44:32 +07:00
parent 24186c0447
commit 2dab345fe8

View file

@ -128,7 +128,7 @@ export class Sticker {
dumpData = () => ({ dumpData = () => ({
angle: this.angle, angle: this.angle,
latlng: this.latlng, latlng: { ...this.marker.getLatLng() },
sticker: this.sticker, sticker: this.sticker,
}); });