fixed nospace keymap bug

This commit is contained in:
Jack 2020-12-09 19:12:59 +00:00
parent 3d02f22c98
commit 0098c590f0

View file

@ -1335,6 +1335,7 @@ function showKeymap() {
}
function flashPressedKeymapKey(key, correct) {
if (key == undefined) return;
switch (key) {
case "\\":
case "|":