mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
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:
commit
fafc18b419
@ -1271,6 +1271,8 @@ export class DockviewComponent
|
||||
|
||||
this.addFloatingGroup(group, {
|
||||
position: position,
|
||||
width: position.width,
|
||||
height: position.height,
|
||||
skipRemoveGroup: true,
|
||||
inDragMode: false,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user