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 58e0156 commit a24a86eCopy full SHA for a24a86e
packages/base/src/layerBrowser/layerBrowserDialog.tsx
@@ -308,6 +308,8 @@ export class LayerBrowserWidget extends Dialog<boolean> {
308
this.disposeDialog = _disposeDialog;
309
});
310
311
+ this.id = 'jupytergis::layerBrowser';
312
+
313
// Override default dialog style
314
const dialog = this.node.getElementsByClassName('jp-Dialog-content');
315
const dialogHeader = this.node.getElementsByClassName('jp-Dialog-header');
0 commit comments