mirror of
https://github.com/mathuo/dockview
synced 2025-05-05 19:18:25 +00:00
bug: fix passing through options for opening single panel in a popout window
This commit is contained in:
parent
b326291f94
commit
05b1c27320
@ -563,7 +563,7 @@ export class DockviewComponent
|
|||||||
itemToPopout instanceof DockviewPanel &&
|
itemToPopout instanceof DockviewPanel &&
|
||||||
itemToPopout.group.size === 1
|
itemToPopout.group.size === 1
|
||||||
) {
|
) {
|
||||||
return this.addPopoutGroup(itemToPopout.group);
|
return this.addPopoutGroup(itemToPopout.group, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
const theme = getDockviewTheme(this.gridview.element);
|
const theme = getDockviewTheme(this.gridview.element);
|
||||||
|
Loading…
Reference in New Issue
Block a user