feat(editor): 事件配置默认展开全部

This commit is contained in:
roymondchen 2023-05-30 17:54:47 +08:00
parent e83cf322b5
commit 256a9586d7

View File

@ -186,6 +186,7 @@ const actionsConfig = computed(() => ({
{
type: 'group-list',
name: 'actions',
expandAll: true,
enableToggleMode: false,
items: [actionTypeConfig.value, targetCompConfig.value, compActionConfig.value, codeActionConfig.value],
},