Skip to content

Commit 4e97a67

Browse files
authored
Fixes
1 parent aae9af2 commit 4e97a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,6 @@ <h3>Timer Queue</h3>
12961296
currentQueueDuration = null;
12971297
updateDisplay();
12981298
body.classList.remove('hide-cursor');
1299-
updateFloatingButtons();
13001299
if (queueActive) {
13011300
queueActive = false;
13021301
if (timerQueue.length > 0) {
@@ -1328,6 +1327,7 @@ <h3>Timer Queue</h3>
13281327
}
13291328
renderQueue();
13301329
updateQueueVisibility();
1330+
updateFloatingButtons();
13311331
}
13321332
}
13331333
}

0 commit comments

Comments
 (0)