mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
feat(views/geomap): dragging notes that are not children
This commit is contained in:
@@ -159,7 +159,7 @@ export default class GeoView extends ViewMode<MapData> {
|
||||
map.on("zoomend", updateFn);
|
||||
map.on("click", (e) => this.#onMapClicked(e))
|
||||
map.on("contextmenu", (e) => openMapContextMenu(this.parentNote.noteId, e));
|
||||
setupDragging(this.$container, map);
|
||||
setupDragging(this.$container, map, this.parentNote.noteId);
|
||||
|
||||
this.#reloadMarkers();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user