mirror of
https://github.com/mathuo/dockview
synced 2025-02-09 01:45:45 +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: () => {
|
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(
|
||||||
|
Loading…
Reference in New Issue
Block a user