From 841b75eef1ab604d3b2717037e1017b1ffaa780a Mon Sep 17 00:00:00 2001 From: roymondchen Date: Mon, 12 Dec 2022 17:07:45 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0editor=20disabledDrag?= =?UTF-8?q?Start=20props?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/api/editor/props.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/api/editor/props.md b/docs/api/editor/props.md index 32738a3f..6d5173bb 100644 --- a/docs/api/editor/props.md +++ b/docs/api/editor/props.md @@ -773,4 +773,22 @@ const updateDragEl = (el, target) => { el.style.left = `${left}px`; }; ``` + +## disabledDragStart + +- **详情:** +禁用组件未选中情况下,按住鼠标直接拖动 + +- **类型:** `boolean` + +- **默认值:** `false` + +- **示例:** + +```html + +``` + \ No newline at end of file