fix: 大屏联动有时无法清除、双向联动相互影响等问题修复

This commit is contained in:
wangjiahao
2024-07-30 08:26:43 +08:00
parent 99e990eb5c
commit 951fca808f
5 changed files with 38 additions and 18 deletions

View File

@@ -169,6 +169,7 @@ const handleDragOver = e => {
}
const handleMouseDown = e => {
console.log('====handleMouseDown===' + e)
// e.stopPropagation()
dvMainStore.setClickComponentStatus(false)
// 点击画布的空区域 提前清空curComponent 防止右击菜单内容抖动