mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[GH-ISSUE #314] Exiting the audio visualizer messes up focus and layout #129
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Bios-Marcel on GitHub (Feb 26, 2020).
Original GitHub issue: https://github.com/Rigellute/spotify-tui/issues/314
When quiting the audo visualizer with "ESC", the center panel gets removed, there's not even a border left, so I assume the component is gone. The focus is also gone, meaning that you can't navigate back to any other components using the arrow keys. A workaround is entering the searchbar via it's shortcut for example.
@Rigellute commented on GitHub (Feb 27, 2020):
Oops! Good find, will fix.