We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6bbaa commit ab48cedCopy full SHA for ab48ced
packages/widgets/src/docklayout.ts
@@ -346,7 +346,8 @@ export class DockLayout extends Layout {
346
this._root = Private.realizeAreaConfig(
347
mainConfig,
348
{
349
- createTabBar: () => this._createTabBar(),
+ // Ignoring optional `document` argument as we must reuse `this._document`
350
+ createTabBar: (document?: Document | ShadowRoot) => this._createTabBar(),
351
createHandle: () => this._createHandle()
352
},
353
this._document
0 commit comments