mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-08-30 18:59:51 +08:00
feat(editor): 事件配置默认展开全部
This commit is contained in:
parent
e83cf322b5
commit
256a9586d7
@ -186,6 +186,7 @@ const actionsConfig = computed(() => ({
|
|||||||
{
|
{
|
||||||
type: 'group-list',
|
type: 'group-list',
|
||||||
name: 'actions',
|
name: 'actions',
|
||||||
|
expandAll: true,
|
||||||
enableToggleMode: false,
|
enableToggleMode: false,
|
||||||
items: [actionTypeConfig.value, targetCompConfig.value, compActionConfig.value, codeActionConfig.value],
|
items: [actionTypeConfig.value, targetCompConfig.value, compActionConfig.value, codeActionConfig.value],
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user