Merge pull request #670 from mathuo/668-load-layout-will-not-keep-the-size-of-floating-group

bug: floating-groups deserialization
This commit is contained in:
mathuo 2024-08-01 20:06:19 +01:00 committed by GitHub
commit fafc18b419
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1271,6 +1271,8 @@ export class DockviewComponent
this.addFloatingGroup(group, {
position: position,
width: position.width,
height: position.height,
skipRemoveGroup: true,
inDragMode: false,
});