Skip to content

Commit

Permalink
Reset namesearch
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Aug 8, 2024
1 parent 5f5b733 commit cdc9d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UnisonShare/OmniSearch.elm
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ update appContext msg model =
( nameSearch, searchNamesCmd ) =
case searchNames appContext model.filter val of
Nothing ->
( model.nameSearch, Cmd.none )
( NotAsked "", Cmd.none )

Just searchNamesCmd_ ->
( Searching q Nothing, searchNamesCmd_ )
Expand Down

0 comments on commit cdc9d7a

Please sign in to comment.