refactor(client/ts): port two containers

This commit is contained in:
Elian Doran
2025-02-11 19:09:04 +02:00
parent 13f7129717
commit 44811f4f4b
4 changed files with 61 additions and 51 deletions

View File

@@ -211,6 +211,9 @@ export type CommandMappings = {
reEvaluateRightPaneVisibility: CommandData;
runActiveNote: CommandData;
scrollContainerToCommand: CommandData & {
position: number;
};
// Geomap
deleteFromMap: { noteId: string },