mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
feat(geo_map): add option to remove from map
This commit is contained in:
@@ -193,6 +193,11 @@ export type CommandMappings = {
|
||||
setZoomFactorAndSave: {
|
||||
zoomFactor: string;
|
||||
}
|
||||
|
||||
// Geomap
|
||||
deleteFromMap: {
|
||||
noteId: string;
|
||||
}
|
||||
};
|
||||
|
||||
type EventMappings = {
|
||||
|
||||
Reference in New Issue
Block a user