From 2a425d839fb9ccf098bf6aff845027fc15a60d6c Mon Sep 17 00:00:00 2001 From: tangly1024 Date: Thu, 12 May 2022 14:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Draggable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Draggable.js b/components/Draggable.js index 37141597..01d8a553 100644 --- a/components/Draggable.js +++ b/components/Draggable.js @@ -130,7 +130,7 @@ export const Draggable = (props) => { } }, []) - return
+ return
{children}
}