chore(react/ribbon): add rest of the note action items

This commit is contained in:
Elian Doran
2025-08-25 00:08:40 +03:00
parent 6f6f280bdd
commit 885dd2053b
3 changed files with 17 additions and 45 deletions

View File

@@ -322,6 +322,7 @@ export type CommandMappings = {
printActiveNote: CommandData;
exportAsPdf: CommandData;
openNoteExternally: CommandData;
openNoteCustom: CommandData;
renderActiveNote: CommandData;
unhoist: CommandData;
reloadFrontendApp: CommandData;