From b5c3bcc86ac858a5a8bfec50c6e4a53516a53cb4 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:00:17 +0100 Subject: [PATCH] fix: apply splitview styles on deserialize --- packages/dockview-core/src/gridview/branchNode.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/dockview-core/src/gridview/branchNode.ts b/packages/dockview-core/src/gridview/branchNode.ts index ab5507128..f354a8a52 100644 --- a/packages/dockview-core/src/gridview/branchNode.ts +++ b/packages/dockview-core/src/gridview/branchNode.ts @@ -157,6 +157,7 @@ export class BranchNode extends CompositeDisposable implements IView { orientation: this.orientation, descriptor, proportionalLayout, + styles, }); }