mirror of
https://github.com/mathuo/dockview
synced 2025-02-02 06:25:44 +00:00
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:
commit
5ca1cc5e62
@ -558,6 +558,7 @@ export class DockviewComponent
|
||||
{
|
||||
dispose: () => {
|
||||
remove(this._popoutGroups, popoutWindow);
|
||||
this.updateWatermark();
|
||||
},
|
||||
},
|
||||
popoutWindow.window.onDidClose(() => {
|
||||
@ -566,6 +567,7 @@ export class DockviewComponent
|
||||
);
|
||||
|
||||
this._popoutGroups.push(popoutWindow);
|
||||
this.updateWatermark();
|
||||
}
|
||||
|
||||
addFloatingGroup(
|
||||
|
Loading…
Reference in New Issue
Block a user