refactor: 屏蔽复用选择时无部分事件

This commit is contained in:
wangjiahao
2024-11-29 12:30:11 +08:00
parent a23b220de2
commit ebc0add96a
3 changed files with 3 additions and 2 deletions

View File

@@ -316,7 +316,7 @@ const eventEnable = computed(
)
const onWrapperClick = e => {
if (eventEnable.value) {
if (eventEnable.value && showPosition.value !== 'canvas-multiplexing') {
if (config.value.events.type === 'showHidden') {
// 打开弹框区域
nextTick(() => {