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