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 ab48ced commit 310dd31Copy full SHA for 310dd31
packages/widgets/src/docklayout.ts
@@ -347,7 +347,8 @@ export class DockLayout extends Layout {
347
mainConfig,
348
{
349
// Ignoring optional `document` argument as we must reuse `this._document`
350
- createTabBar: (document?: Document | ShadowRoot) => this._createTabBar(),
+ createTabBar: (document?: Document | ShadowRoot) =>
351
+ this._createTabBar(),
352
createHandle: () => this._createHandle()
353
},
354
this._document
0 commit comments