feat(geo_map): move markers when panning across the world

pull/1066/head v0.91.4-beta
Elian Doran 2025-01-28 17:13:15 +07:00
parent 687be6d722
commit ab9b5a6926
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -40,7 +40,7 @@ export default class GeoMapWidget extends NoteContextAwareWidget {
const L = (await import("leaflet")).default;
const map = L.map(this.$container[0], {
worldCopyJump: true
});
this.map = map;