Skip to content

Commit

Permalink
Fix broken save modal text input
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinmista committed Oct 27, 2023
1 parent 75eba2f commit 0254fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Keyboard/KeyboardController.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function presetChosen(preset: ColorMap) {
// Handle global key presses
function onKeyPress(event: KeyboardEvent) {
event.preventDefault()
// We don't preventDefault so the save modal doesn't break :)
switch (event.key) {
case 'a':
selectAll()
Expand Down

0 comments on commit 0254fc9

Please sign in to comment.