keyboard event stealing fix

This commit is contained in:
Hugh Bord 2021-08-21 12:28:18 +10:00
parent 45a9f3eaaf
commit c1a72fcd25

View File

@ -21,7 +21,7 @@ export default {
created() {
// window.stopKeyEvents = true
if (!window.stopKeyEvents) {
window.stopKeyEvents = true
window.stopKeyEvents = false
}
this.keyListener = function (e) {