From 12a22de1698efc4bdde80de5e5e65d20bc62c8f7 Mon Sep 17 00:00:00 2001 From: zzzhrookie Date: Mon, 20 Mar 2023 09:24:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20document-model=20=E6=96=87=E6=A1=A3=20is?= =?UTF-8?q?DetectingNode=20=E6=96=87=E6=A1=88=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/api/model/document-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api/model/document-model.md b/docs/docs/api/model/document-model.md index 4da765d30..b609f0050 100644 --- a/docs/docs/api/model/document-model.md +++ b/docs/docs/api/model/document-model.md @@ -220,7 +220,7 @@ checkNesting( **@since v1.0.16** ### isDetectingNode -检查拖拽放置的目标节点是否可以放置该拖拽对象 +判断是否当前节点处于被探测状态 ```typescript /**