Skip to content

Commit

Permalink
Fixed #2139 make mouseevent propagate across the shadow DOM boundary
Browse files Browse the repository at this point in the history
  • Loading branch information
brookhong committed Nov 10, 2024
1 parent f72c199 commit 21f888b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content_scripts/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ function dispatchMouseEvent(element, events, shiftKey) {
var event = new MouseEvent(eventName, {
bubbles: true,
cancelable: true,
composed: true,
view: window,
button: mouseButton
});
Expand Down

0 comments on commit 21f888b

Please sign in to comment.