You've already forked AstralRinth
forked from didirus/AstralRinth
Minor bugfixes (#3338)
* Workaround linux firefox repeat issue * Nullcheck onShow/onHide functions
This commit is contained in:
@@ -965,10 +965,6 @@ async function onKeyDown(event) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!event.repeat) {
|
||||
rCount.value = 0;
|
||||
}
|
||||
|
||||
if (event.key === "r") {
|
||||
rCount.value++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user