feat(geo_map): add option to remove from map

This commit is contained in:
Elian Doran
2025-01-22 19:33:53 +02:00
parent dbd38ecedf
commit 2e1ad24584
5 changed files with 43 additions and 10 deletions

View File

@@ -193,6 +193,11 @@ export type CommandMappings = {
setZoomFactorAndSave: {
zoomFactor: string;
}
// Geomap
deleteFromMap: {
noteId: string;
}
};
type EventMappings = {