Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/reactjs/reactjs.org into sy…
Browse files Browse the repository at this point in the history
…nc-a0cacd7d
  • Loading branch information
docschina-bot committed Oct 22, 2023
2 parents 0b21e91 + a0cacd7 commit 9fe4235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/reference/react-dom/components/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ React 事件对象实现了一些标准的 [`Event`](https://developer.mozilla.o

```js
<div
onScroll={e => console.log('onScroll')}
onWheel={e => console.log('onWheel')}
/>
```

Expand Down

0 comments on commit 9fe4235

Please sign in to comment.