Skip to content

Commit

Permalink
Hide break alert when session started
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni-kantola committed Mar 31, 2024
1 parent 9fb4fa6 commit 6cb881d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/scripts/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ async function start() {
if (isPaused || timer.value?.isRunning) return false;
startButtonText.value = "Pause";
information.value = "";
timer.value = startTimer(intervalLength.value, onTick, onEnd);
Expand Down

0 comments on commit 6cb881d

Please sign in to comment.