mirror of
https://github.com/dataease/dataease.git
synced 2026-05-23 22:08:34 +08:00
refactor: 屏蔽复用选择时无部分事件
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user