Merge pull request #442 from mathuo/360-investigate-opening-tabs-in-new-browser-window

feat: update watermark for popout windows
This commit is contained in:
mathuo 2024-01-11 15:21:43 +00:00 committed by GitHub
commit 5ca1cc5e62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -558,6 +558,7 @@ export class DockviewComponent
{ {
dispose: () => { dispose: () => {
remove(this._popoutGroups, popoutWindow); remove(this._popoutGroups, popoutWindow);
this.updateWatermark();
}, },
}, },
popoutWindow.window.onDidClose(() => { popoutWindow.window.onDidClose(() => {
@ -566,6 +567,7 @@ export class DockviewComponent
); );
this._popoutGroups.push(popoutWindow); this._popoutGroups.push(popoutWindow);
this.updateWatermark();
} }
addFloatingGroup( addFloatingGroup(