mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
fix: 隐藏模式下点击隐藏的tab组件内部,导致退出隐藏模式问题
This commit is contained in:
@@ -397,9 +397,11 @@ const userViewEnlargeOpen = (opt, item) => {
|
||||
)
|
||||
}
|
||||
const handleMouseDown = () => {
|
||||
dvMainStore.setCurComponent({ component: null, index: null })
|
||||
if (!curComponent.value || (curComponent.value && curComponent.value.category !== 'hidden')) {
|
||||
dvMainStore.canvasStateChange({ key: 'curPointArea', value: 'base' })
|
||||
if (showPosition.value !== 'viewDialog') {
|
||||
dvMainStore.setCurComponent({ component: null, index: null })
|
||||
if (!curComponent.value || (curComponent.value && curComponent.value.category !== 'hidden')) {
|
||||
dvMainStore.canvasStateChange({ key: 'curPointArea', value: 'base' })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user