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