File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ class PageAgent {
549549 false /*aIgnoreRootScrollFrame*/ ,
550550 0.0 /*pressure*/ ,
551551 0 /*inputSource*/ ,
552- true /*isDOMEventSynthesized*/ ,
552+ false /*isDOMEventSynthesized*/ ,
553553 false /*isWidgetEventSynthesized*/ ,
554554 0 /*buttons*/ ,
555555 win . windowUtils . DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */ ,
Original file line number Diff line number Diff line change @@ -529,7 +529,7 @@ class PageHandler {
529529 false /* aIgnoreRootScrollFrame */ ,
530530 0.0 /* pressure */ ,
531531 0 /* inputSource */ ,
532- true /* isDOMEventSynthesized */ ,
532+ false /* isDOMEventSynthesized */ ,
533533 false /* isWidgetEventSynthesized */ ,
534534 buttons ,
535535 win . windowUtils . DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */ ,
@@ -583,7 +583,7 @@ class PageHandler {
583583 false /* aIgnoreRootScrollFrame */ ,
584584 0.0 /* pressure */ ,
585585 0 /* inputSource */ ,
586- true /* isDOMEventSynthesized */ ,
586+ false /* isDOMEventSynthesized */ ,
587587 false /* isWidgetEventSynthesized */ ,
588588 buttons ,
589589 win . windowUtils . DEFAULT_MOUSE_POINTER_ID /* pointerIdentifier */ ,
You can’t perform that action at this time.
0 commit comments