Skip to content

Commit

Permalink
feat: backspace now clears all toast messages
Browse files Browse the repository at this point in the history
  • Loading branch information
DarylPinto committed Jul 20, 2024
1 parent cde93f6 commit 7b039e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@ update msg model =
model.inputBuffer
|> listInit
|> Maybe.withDefault []
, toastMessages = []
}
, Cmd.none
)
Expand Down

0 comments on commit 7b039e4

Please sign in to comment.