forked from github/dataease
Merge pull request #11272 from dataease/pr@dev-v2@fix_group-copy
fix(数据大屏): 修复复制组合内的组件,会有控制台错误信息打印问题
This commit is contained in:
commit
5ffbe05a43
@ -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