mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #528] Queue key opens multiple popups #1239
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1239
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 @m-torhan on GitHub (Jul 31, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/528
Describe the bug
After pressing "z" multiple times to open queue, each key down opens new popup and it is required to press "backspace" equal number of times to close all of them.
To Reproduce
Expected behaviour
Only one popup is opened / second press closes it.
Environment
@aome510 commented on GitHub (Jul 31, 2024):
queueis updated to be a page instead of a popup a while ago. We might want to implement a support for overriding page history if the current page is the same as the last one, but I'm not sure how useful this feature will be@m-torhan commented on GitHub (Aug 1, 2024):
@aome510 okay, I see. Now it makes more sense as the
queueis a page. Maybe instead of overriding history, we could ignore goto if the target page is the same as current?For me, it is okay like it is now. Feel free to close the issue.