mirror of
https://github.com/mathuo/dockview
synced 2025-02-08 17:35: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, {
|
this.addFloatingGroup(group, {
|
||||||
position: position,
|
position: position,
|
||||||
|
width: position.width,
|
||||||
|
height: position.height,
|
||||||
skipRemoveGroup: true,
|
skipRemoveGroup: true,
|
||||||
inDragMode: false,
|
inDragMode: false,
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user