Merge branch 'ciderapp:develop' into develop
This commit is contained in:
commit
0eef2851a7
19 changed files with 589 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue