feat(geomap): restore view coordinates

This commit is contained in:
Elian Doran
2025-01-20 22:19:07 +02:00
parent 5cefd4f50a
commit f66f437c8e
2 changed files with 25 additions and 4 deletions

View File

@@ -39,7 +39,6 @@ export default class GeoMapWidget extends NoteContextAwareWidget {
});
map.setView([51.505, -0.09], 13);
this.map = map;
if (this.initCallback) {
this.initCallback();