Merge branch 'ciderapp:develop' into develop

This commit is contained in:
Gabriel Davila 2022-04-23 21:31:26 -03:00 committed by GitHub
commit 0eef2851a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 589 additions and 17 deletions

View file

@ -85,6 +85,12 @@ const Events = {
} catch (e) {
}
}
// Prevent Scrolling on spacebar
if (event.keyCode === 32 && event.target === document.body) {
event.preventDefault()
app.SpacePause()
}
});
// Hang Timer