mirror of
https://github.com/mathuo/dockview
synced 2025-05-10 13:38:25 +00:00
chore: comments
This commit is contained in:
parent
0d32d285d2
commit
c216d70354
@ -741,6 +741,7 @@ export class DockviewComponent
|
||||
itemToPopout.api.id
|
||||
)
|
||||
?.overlay.toJSON();
|
||||
|
||||
this.removeGroup(referenceGroup);
|
||||
|
||||
break;
|
||||
@ -859,7 +860,9 @@ export class DockviewComponent
|
||||
this.overlayRenderContainer;
|
||||
removedGroup.model.location = { type: 'grid' };
|
||||
returnedGroup = removedGroup;
|
||||
|
||||
this.movingLock(() => {
|
||||
// suppress group add events since the group already exists
|
||||
this.doAddGroup(removedGroup, [0]);
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user