refactor: 💡 add command data back for tracing aspect

This commit is contained in:
Jin 2025-04-11 20:41:04 +02:00
parent b4dbf4d7a5
commit 73b043fe8d

View File

@ -138,6 +138,7 @@ export type CommandMappings = {
insertNoteAfter: ContextMenuCommandData;
insertChildNote: ContextMenuCommandData;
delete: ContextMenuCommandData;
editNoteTitle: {};
protectSubtree: ContextMenuCommandData;
unprotectSubtree: ContextMenuCommandData;
openBulkActionsDialog: