Skip to content

Commit

Permalink
fix: 修复react16 scroll合成事件无法触发问题 (#144)
Browse files Browse the repository at this point in the history
close #144 
Co-authored-by: yiludege <[email protected]>
  • Loading branch information
yiludege authored Sep 12, 2022
1 parent a371236 commit 454606c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/wujie-core/src/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ export const appDocumentOnEvents = ["onreadystatechange"];
export const mainDocumentAddEventListenerEvents = [
"fullscreenchange",
"fullscreenerror",
"scroll",
"selectionchange",
"visibilitychange",
"wheel",
Expand Down

0 comments on commit 454606c

Please sign in to comment.