We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6e81bf commit 909a2bfCopy full SHA for 909a2bf
files/src/renderer/99_start.js
@@ -255,6 +255,7 @@ window.addEventListener("keydown", (event) => {
255
if (event.key === " ") {
256
let ae = document.activeElement;
257
if (ae.tagName !== "INPUT" && ae.tagName !== "TEXTAREA" && !ae.isContentEditable) {
258
+ event.preventDefault(); // Prevent scrolling e.g. when the moves area is big enough to have a scroll bar.
259
hub.toggle_go();
260
}
261
0 commit comments