forked from github/dataease
fix(数据大屏): 修复复制组合内的组件,会有控制台错误信息打印问题
This commit is contained in:
parent
b1e631f00f
commit
654fba2953
@ -128,7 +128,7 @@ const menuAsideClose = (param, index) => {
|
|||||||
if (iconDom) {
|
if (iconDom) {
|
||||||
iconDom.click()
|
iconDom.click()
|
||||||
}
|
}
|
||||||
if (param.opt === 'rename') {
|
if (param?.opt === 'rename') {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
editComponentName(getComponent(index))
|
editComponentName(getComponent(index))
|
||||||
}, 200)
|
}, 200)
|
||||||
|
Loading…
Reference in New Issue
Block a user