Update BDFDB.js

This commit is contained in:
Mirco Wittrien 2020-06-08 19:17:04 +02:00
parent a5230a5bcf
commit 44ca95d4b7
1 changed files with 1 additions and 1 deletions

View File

@ -9261,7 +9261,7 @@
BDFDB.InternalData.pressedKeys.push(e.which);
KeyDownTimeouts[e.which] = BDFDB.TimeUtils.timeout(_ => {
BDFDB.ArrayUtils.remove(BDFDB.InternalData.pressedKeys, e.which, true);
},60000);
}, 60000);
}
});
BDFDB.ListenerUtils.add(BDFDB, document, "keyup.BDFDBPressedKeys", e => {