Skip to content

Commit

Permalink
Add missing switch case fall through statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed Sep 15, 2024
1 parent 4142b17 commit 98412e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prompter/Prompter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ Flickable {
cursorAutoHide.reset();
break;
case Prompter.States.Standby:
// fall through
case Prompter.States.Countdown:
cursorAutoHide.reset();
case Prompter.States.Prompting:
Expand Down

0 comments on commit 98412e2

Please sign in to comment.