Skip to content

Commit

Permalink
client,server: Downgrade edit branch prefix to note-tree scope (fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Sep 2, 2024
1 parent 191c9e9 commit 8abb8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/keyboard_actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8abb8f9

Please sign in to comment.