Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mathuo committed Dec 21, 2024
1 parent 0d32d28 commit c216d70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/dockview-core/src/dockview/dockviewComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,7 @@ export class DockviewComponent
itemToPopout.api.id
)
?.overlay.toJSON();

this.removeGroup(referenceGroup);

break;
Expand Down Expand Up @@ -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]);
});
}
Expand Down

0 comments on commit c216d70

Please sign in to comment.