diff --git "a/140.\347\262\276\350\257\273\343\200\212\347\273\223\345\220\210 React \344\275\277\347\224\250\345\216\237\347\224\237 Drag Drop API\343\200\213.md" "b/140.\347\262\276\350\257\273\343\200\212\347\273\223\345\220\210 React \344\275\277\347\224\250\345\216\237\347\224\237 Drag Drop API\343\200\213.md" index 5ac17395..17c6542f 100644 --- "a/140.\347\262\276\350\257\273\343\200\212\347\273\223\345\220\210 React \344\275\277\347\224\250\345\216\237\347\224\237 Drag Drop API\343\200\213.md" +++ "b/140.\347\262\276\350\257\273\343\200\212\347\273\223\345\220\210 React \344\275\277\347\224\250\345\216\237\347\224\237 Drag Drop API\343\200\213.md" @@ -179,7 +179,7 @@ const dragProps = { ```jsx const dropProps = { - onDropOver: ev => { + onDragOver: ev => { // 做一些样式处理,提示用户此时松手会将元素防止在何处 }, onDrop: ev => {