Skip to content

Commit

Permalink
Update 140.精读《结合 React 使用原生 Drag Drop API》.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olvvlo authored Dec 9, 2020
1 parent 6c7084d commit 87f9704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 140.精读《结合 React 使用原生 Drag Drop API》.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ const dragProps = {

```jsx
const dropProps = {
onDropOver: ev => {
onDragOver: ev => {
// 做一些样式处理,提示用户此时松手会将元素防止在何处
},
onDrop: ev => {
Expand Down

0 comments on commit 87f9704

Please sign in to comment.