You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a follow-up from #7527. That PR is a quickfix to us not marking a click-to-seek as scrubbing so that we won't use fastSeek for those and only use fastSeek when we're actually scrubbing.
Ideally, we'd want to pull out the seeking logic out of the mousemove handler and have both mousedown and mousemove handlers call the seeking logic.
Doing so would also affect the Slider, which means that it'll affect the volume bar as well, so, we'd need to make sure that's all set up properly.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This is a follow-up from #7527. That PR is a quickfix to us not marking a click-to-seek as scrubbing so that we won't use
fastSeek
for those and only usefastSeek
when we're actually scrubbing.Ideally, we'd want to pull out the seeking logic out of the mousemove handler and have both mousedown and mousemove handlers call the seeking logic.
Doing so would also affect the Slider, which means that it'll affect the volume bar as well, so, we'd need to make sure that's all set up properly.
The text was updated successfully, but these errors were encountered: