From 49561d14cc2c34f8a2d5228509ad144ab209d7a6 Mon Sep 17 00:00:00 2001 From: mathuo <6710312+mathuo@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:00:11 +0100 Subject: [PATCH] bug: floating-groups deserialization --- packages/dockview-core/src/dockview/dockviewComponent.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/dockview-core/src/dockview/dockviewComponent.ts b/packages/dockview-core/src/dockview/dockviewComponent.ts index a9a285b9c..1cfed0419 100644 --- a/packages/dockview-core/src/dockview/dockviewComponent.ts +++ b/packages/dockview-core/src/dockview/dockviewComponent.ts @@ -1271,6 +1271,8 @@ export class DockviewComponent this.addFloatingGroup(group, { position: position, + width: position.width, + height: position.height, skipRemoveGroup: true, inDragMode: false, });