rename layers, hide highlighted text with css, yerrr

This commit is contained in:
Hugh Bord 2021-08-21 12:06:24 +10:00
parent aca556a39d
commit 45a9f3eaaf

View File

@ -19,7 +19,11 @@ export default {
window.removeEventListener("keydown", this.keyListener.bind(this));
},
created() {
window.stopKeyEvents = true
// window.stopKeyEvents = true
if (!window.stopKeyEvents) {
window.stopKeyEvents = true
}
this.keyListener = function (e) {
// Stop blocking input when modals are open
// Whatever this char "'\0'" is it'd occur even without pressing any keys