From 8abb8f9e0ecaec798e361ab32c9d180fc3826abb Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 2 Sep 2024 23:37:34 +0300 Subject: [PATCH] client,server: Downgrade edit branch prefix to note-tree scope (fixes #385) --- src/services/keyboard_actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/keyboard_actions.ts b/src/services/keyboard_actions.ts index e2e1e024a..28e3aeeb4 100644 --- a/src/services/keyboard_actions.ts +++ b/src/services/keyboard_actions.ts @@ -140,7 +140,7 @@ const DEFAULT_KEYBOARD_ACTIONS: KeyboardShortcut[] = [ actionName: "editBranchPrefix", defaultShortcuts: ["F2"], description: "Show Edit branch prefix dialog", - scope: "window" + scope: "note-tree" }, { actionName: "cloneNotesTo",