This commit is contained in:
Mirco Wittrien 2019-10-04 20:21:23 +02:00
parent 020f744b18
commit 0e74d3b2bb
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -6222,6 +6222,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
}
});
BDFDB.addEventListener(BDFDB, document, 'keyup.BDFDBPressedKeys', e => {
clearTimeout(keydowntimeouts[e.which]);
BDFDB.removeFromArray(BDFDB.pressedKeys, e.which, true);
});
BDFDB.addEventListener(BDFDB, document, 'mousedown.BDFDBMousePosition', e => {