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

[precise-volume] fix expand-volume-slider not updating its value #670

Merged

Conversation

Araxeus
Copy link
Collaborator

@Araxeus Araxeus commented Apr 6, 2022

#expand-volume-slider wasn't getting updated when volume programmatically changed
fix #669

notes:

  • no changes needed in setupSliderObserver() because manually moving the #expand-volume-slider automatically update the main #volume-slider which triggers the observer

  • showVolumeSlider() wasn't updated because it would look weird and I see no point in automatically expanding it,

Copy link
Owner

@th-ch th-ch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks for the fix! ✅

@th-ch th-ch merged commit f98e4ea into th-ch:master Apr 7, 2022
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.

Precise volume doesn't update the slider if it is hidden
2 participants