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

This commit is contained in:
林熠 2021-10-09 15:59:34 +08:00
parent d53ba538b1
commit eee5203e00

View File

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