Skip to content

Commit

Permalink
minor; references #6
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Kozjak <[email protected]>
  • Loading branch information
mkozjak committed Jun 28, 2024
1 parent cc16f0f commit e7a92f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/bar/searchbar.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ func (s *SearchBar) createContainer() *tview.InputField {
// A result that has a better JW score is then chosen for that artist.
// A method then calls [library.FilterArtistPane] that redraws Artist Pane with
// search results, or matched artists.
// In case when Escape is pressed, this method just resets the Search Bar input and
// shows the Status Bar component.
//
// This method is used by tview.InputField.SetDoneFunc method in [createContainer].
func (s *SearchBar) done(key tcell.Key) {
Expand Down

0 comments on commit e7a92f7

Please sign in to comment.