feat: 大纲树pin状态改为默认不钉住,与其他面板默认体验一致

This commit is contained in:
林熠 2021-10-09 15:59:34 +08:00
parent ac68418278
commit 33e3112a98

View File

@ -158,7 +158,7 @@ plugins.register((ctx: ILowCodePluginContext) => {
type: 'PanelDock',
content: Outline,
panelProps: {
area: 'leftFixedArea',
area: 'leftFloatArea',
},
});
skeleton.add({