1
0
mirror of synced 2026-04-05 07:48:35 +08:00

fix(editor,ui,ui-vue2,ui-react): 页面配置更新后,蒙层无法显示

fix #472
This commit is contained in:
roymondchen
2023-03-06 16:29:46 +08:00
parent 449efcc56b
commit c025508cd7
5 changed files with 8 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ export default defineComponent({
}
};
app?.on('editor:select', (info, path) => {
app?.page?.on('editor:select', (info, path) => {
if (path.find((node: MNode) => node.id === props.config.id)) {
openOverlay();
} else {