HID: fix zapis

This commit is contained in:
Petr Kracík 2020-06-07 14:28:27 +02:00
parent cf5ee01a9c
commit 44d01c0127

View File

@ -48,8 +48,7 @@
}
text = text + ' + ' + str;
text = text.substr(3);
zapis(text);
previous = event.keyCode;
});