Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(Turntable): resolve broken styles and features caused by major changes in Spotify and FAD, along with pre-existing feature defects #1161

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

grasonchan
Copy link
Member

Fix #1085

Spotify v1.2.57 use React v18.3.1, and in this version of React, render API will add FAD component's context menu event listener to the `#fad-main` container element, that's why the handleFADContextMenu hander is add to this container element here. Otherwise, the handleFADContextMenu hander will be called before the FAD's hander, at this time, the config popup modal can't be get because it was created in the FAD's hander.
@grasonchan grasonchan requested review from rxri, kyrie25 and harbassan March 5, 2025 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Turntable buttons misaligned
1 participant