feat(react/widgets): global menu with zoom controls

This commit is contained in:
Elian Doran
2025-08-29 00:47:47 +03:00
parent 4ef103063d
commit 829f382726
10 changed files with 255 additions and 456 deletions

View File

@@ -62,6 +62,10 @@ async function getAction(actionName: string, silent = false) {
return action;
}
export function getActionSync(actionName: string) {
return keyboardActionRepo[actionName];
}
function updateDisplayedShortcuts($container: JQuery<HTMLElement>) {
//@ts-ignore
//TODO: each() does not support async callbacks.