Skip to content

Commit

Permalink
Fixed: Allow disabling '_execute_sidebar_action' shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
mbnuqw committed May 24, 2020
1 parent 993582f commit a9f6b01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/page.settings/components/settings.keybindings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ section
@keydown.prevent.stop="onKBKey($event, k, i)"
@keyup.prevent.stop="onKBKeyUp($event, k, i)")
ToggleInput(
v-if="k.name !== '_execute_sidebar_action'"
v-model="k.active"
@input="toggleKeybinding")
.ctrls
Expand Down Expand Up @@ -130,7 +129,6 @@ export default {
let state = test.active
for (let k of State.keybindings) {
if (k.name === '_execute_sidebar_action') continue
k.active = !state
}
Expand Down

0 comments on commit a9f6b01

Please sign in to comment.