mirror of
https://github.com/tchartron/blow
synced 2025-02-17 13:48:27 +00:00
update
This commit is contained in:
parent
3a8631f799
commit
c0ac795ed6
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|||
// }
|
||||
|
||||
document.onkeydown = function(evt) {
|
||||
evt.preventDefault()
|
||||
evt = evt || window.event
|
||||
let isEscape = false
|
||||
let isCmdK = false
|
||||
|
|
Loading…
Add table
Reference in a new issue