!232 fix:解决拖动左侧组件到右侧配置面板(不是编辑器内)后,编辑器界面,不能操作问题

Merge pull request !232 from Vae/dev-fix-dragend
This commit is contained in:
奔跑的面条 2024-04-19 01:38:09 +00:00 committed by Gitee
commit 47af4593e6
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -12,7 +12,7 @@
:key="item.title"
draggable
@dragstart="!item.disabled && dragStartHandle($event, item)"
@dragend="!item.disabled && dragendHandle"
@dragend="!item.disabled && dragendHandle()"
@dblclick="dblclickHandle(item)"
@click="clickHandle(item)"
>