Skip to content

Commit

Permalink
feat(editor): 事件配置默认展开全部
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen committed May 30, 2023
1 parent e83cf32 commit 256a958
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/fields/EventSelect.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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],
},
Expand Down

0 comments on commit 256a958

Please sign in to comment.