Skip to content

Commit

Permalink
Merge pull request #442 from mathuo/360-investigate-opening-tabs-in-n…
Browse files Browse the repository at this point in the history
…ew-browser-window

feat: update watermark for popout windows
  • Loading branch information
mathuo authored Jan 11, 2024
2 parents 1d9b285 + 9c44a08 commit 5ca1cc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/dockview-core/src/dockview/dockviewComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ export class DockviewComponent
{
dispose: () => {
remove(this._popoutGroups, popoutWindow);
this.updateWatermark();
},
},
popoutWindow.window.onDidClose(() => {
Expand All @@ -566,6 +567,7 @@ export class DockviewComponent
);

this._popoutGroups.push(popoutWindow);
this.updateWatermark();
}

addFloatingGroup(
Expand Down

0 comments on commit 5ca1cc5

Please sign in to comment.