chore(client/ts): port left_pane_toggle

This commit is contained in:
Elian Doran
2025-01-19 20:19:21 +02:00
parent 8e62c942ea
commit 3f7bda6289
2 changed files with 6 additions and 2 deletions

View File

@@ -104,6 +104,8 @@ export type CommandMappings = {
openNoteInNewTab: CommandData;
openNoteInNewSplit: CommandData;
openNoteInNewWindow: CommandData;
hideLeftPane: CommandData;
showLeftPane: CommandData;
openInTab: ContextMenuCommandData;
openNoteInSplit: ContextMenuCommandData;