Skip to content

Commit

Permalink
Don't pause video on viewer drag.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Sep 9, 2024
1 parent 9aec6b6 commit 40b0854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6050,7 +6050,7 @@ void OverlayWidget::handleMouseRelease(
} else if (_over == Over::Video && _down == Over::Video) {
if (_stories) {
_stories->contentPressed(false);
} else if (_streamed) {
} else if (_streamed && !_window->mousePressCancelled()) {
playbackPauseResume();
}
} else if (_pressed) {
Expand Down

0 comments on commit 40b0854

Please sign in to comment.