Skip to content

Commit

Permalink
Merge pull request #93 from Genymobile/dev/PLAYER-38-fix-issue-on-cli…
Browse files Browse the repository at this point in the history
…ck-resolution

[PLAYER-38] change HTML  parent element of mouseevent listener plugin
  • Loading branch information
jparez authored Aug 7, 2024
2 parents 3c0e4de + 8df6075 commit c11235a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/MouseEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ module.exports = class MouseEvents {

this.mouseCallbacks.forEach((item, index, array) => {
array[index].removeListener = this.instance.addListener(
this.instance.root,
this.instance.videoWrapper,
item.event,
item.handler,
item.options,
Expand Down

0 comments on commit c11235a

Please sign in to comment.