From 87f970483118e2accadeb2ab98f9bfcb4eb02e40 Mon Sep 17 00:00:00 2001 From: William Date: Wed, 9 Dec 2020 10:40:49 +0800 Subject: [PATCH] =?UTF-8?q?Update=20140.=E7=B2=BE=E8=AF=BB=E3=80=8A?= =?UTF-8?q?=E7=BB=93=E5=90=88=20React=20=E4=BD=BF=E7=94=A8=E5=8E=9F?= =?UTF-8?q?=E7=94=9F=20Drag=20Drop=20API=E3=80=8B.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...24\250\345\216\237\347\224\237 Drag Drop API\343\200\213.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {