diff --git a/internal/screens/library.go b/internal/screens/library.go index 59d9eab..34e4297 100755 --- a/internal/screens/library.go +++ b/internal/screens/library.go @@ -152,7 +152,6 @@ func (l Library) Update(msg tea.Msg) (Screen, tea.Cmd) { return l, nil } -// CapturesKey implements tuimod.KeyCapturer. // When search is active, all keys go to the library screen before global handlers. func (l Library) CapturesKey(msg tea.KeyPressMsg) bool { if l.searchActive {