mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-06-20 23:44:23 +08:00
fix(editor): 默认展开组件列表
This commit is contained in:
parent
415ecad24c
commit
37181d3084
@ -149,7 +149,7 @@ const initList = async () => {
|
|||||||
id: codeId,
|
id: codeId,
|
||||||
name: value.name,
|
name: value.name,
|
||||||
content: value.content,
|
content: value.content,
|
||||||
showRelation: false,
|
showRelation: true,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user