Update app.js

master
xxDUxx 2023-09-14 14:04:15 +02:00 committed by GitHub
parent dbc00c8420
commit e0b262249b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
} }
let showExtras = function() { //show extras for a limited time let showExtras = function() { //show extras for a limited time
drawExtras(); drawExtras();
//if (extrasTimeout) clearTimeout(extrasTimeout); if (extrasTimeout) clearTimeout(extrasTimeout);
extrasTimeout = setTimeout(() => { extrasTimeout = setTimeout(() => {
extrasTimeout = undefined; extrasTimeout = undefined;
hideExtras(); hideExtras();