mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 18:50:41 +01:00
feat(geomap): restore view coordinates
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user