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 floating player being paused after dragging. #4710

Merged
merged 1 commit into from
Aug 27, 2020
Merged

Conversation

infinite-persistence
Copy link
Contributor

Issue

Fixes #4709 Dragging floating player via video section pauses video

Changes

Don't propagate the key-up action if the window was dragged. Hopefully there isn't another sub-component that relies on the action being propagated.

Note

If you drag at exactly the "Play" icon the control bar, the issue still happens, though.

## Issue
Fixes 4709 `Dragging floating player via video section pauses video`

## Changes
Don't propagate the key-up action if the window was dragged. Hopefully there isn't another sub-component that relies on the action being propagated.

## Note
If you drag at exactly the "Play" icon the control bar, the issue still happens.
@neb-b
Copy link

neb-b commented Aug 27, 2020

Nice one!

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.

Dragging floating player via video section pauses video
2 participants