Skip to content

Commit

Permalink
fix: restore Shift-Tab in value editor to focus key
Browse files Browse the repository at this point in the history
  • Loading branch information
tophf committed Jul 7, 2024
1 parent cef7d72 commit 1b2df4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/options/views/edit/values.vue
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
mode="application/json"
:readOnly="readOnly"
@code-dirty="onChange"
@keydown.tab.shift.exact.capture.stop
:commands="{ close: onCancel, save: onSave }"
:active="isActive"
focusme
Expand Down

0 comments on commit 1b2df4e

Please sign in to comment.