mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
fix: 大屏联动有时无法清除、双向联动相互影响等问题修复
This commit is contained in:
@@ -169,6 +169,7 @@ const handleDragOver = e => {
|
||||
}
|
||||
|
||||
const handleMouseDown = e => {
|
||||
console.log('====handleMouseDown===' + e)
|
||||
// e.stopPropagation()
|
||||
dvMainStore.setClickComponentStatus(false)
|
||||
// 点击画布的空区域 提前清空curComponent 防止右击菜单内容抖动
|
||||
|
||||
Reference in New Issue
Block a user