feat(views/geomap): add open location to blank item as well

This commit is contained in:
Elian Doran
2025-07-07 17:21:55 +03:00
parent 8102172557
commit 6509acd6ee
4 changed files with 17 additions and 28 deletions

View File

@@ -261,7 +261,6 @@ export type CommandMappings = {
// Geomap
deleteFromMap: { noteId: string };
openGeoLocation: { noteId: string; event: JQuery.MouseDownEvent };
toggleZenMode: CommandData;