Skip to content

Commit cecef87

Browse files
authored
Merge pull request ascoders#329 from Turkyden/patch-1
Update 140.精读《结合 React 使用原生 Drag Drop API》.md
2 parents de4e309 + d0ca3a3 commit cecef87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

前沿技术/140.精读《结合 React 使用原生 Drag Drop API》.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const dragProps = {
180180
```jsx
181181
const dropProps = {
182182
onDragOver: ev => {
183-
// 做一些样式处理,提示用户此时松手会将元素防止在何处
183+
// 做一些样式处理,提示用户此时松手会将元素放置在何处
184184
},
185185
onDrop: ev => {
186186
ev.stopPropagation()

0 commit comments

Comments
 (0)