forked from FOSS/BangleApps
Update app.js
parent
dbc00c8420
commit
e0b262249b
|
@ -29,7 +29,7 @@
|
|||
}
|
||||
let showExtras = function() { //show extras for a limited time
|
||||
drawExtras();
|
||||
//if (extrasTimeout) clearTimeout(extrasTimeout);
|
||||
if (extrasTimeout) clearTimeout(extrasTimeout);
|
||||
extrasTimeout = setTimeout(() => {
|
||||
extrasTimeout = undefined;
|
||||
hideExtras();
|
||||
|
|
Loading…
Reference in New Issue