Skip to content

Commit

Permalink
bugfix: overlooked return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
chschnell authored Sep 3, 2024
1 parent 3bd42da commit 02bfbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/keyboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ function KeyboardAdapter(bus)
handle_event(deferred_event, deferred_keydown);
deferred_event = null;
}, 10);
return;
return false;
}
}

Expand Down

0 comments on commit 02bfbf3

Please sign in to comment.