my absolute terrible fix to the unhide issue

This commit is contained in:
Puniko 2022-12-29 21:14:55 +01:00
parent 79f546d150
commit 6998cae7e3

View file

@ -145,7 +145,7 @@ function performSeek() {
function toggleVisible() {
hide.value = !hide.value;
stop(true);
setTimeout(() => { stop(hide.value); }, 100);
}
function display() {