mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
fixed sticker saving after drag
This commit is contained in:
parent
24186c0447
commit
2dab345fe8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ export class Sticker {
|
|||
|
||||
dumpData = () => ({
|
||||
angle: this.angle,
|
||||
latlng: this.latlng,
|
||||
latlng: { ...this.marker.getLatLng() },
|
||||
sticker: this.sticker,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue