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,7 +48,6 @@
} }
text = text + ' + ' + str; text = text + ' + ' + str;
text = text.substr(3); text = text.substr(3);
zapis(text);
previous = event.keyCode; previous = event.keyCode;