Skip to content

Commit ff6bc90

Browse files
committed
hotfix: passing event for onMouseUp
1 parent a0c463e commit ff6bc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MediaPanel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function MediaPanel(props) {
6868
controls={ false }
6969
onMouseDown={ sendMouseData }
7070
onMouseMove={ sendMouseData }
71+
onMouseUp={ sendMouseData }
7172
onKeyDown={ sendKeyboardData }
7273
tabIndex="1"
7374
>

0 commit comments

Comments
 (0)