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 9c44818 commit 64bc070Copy full SHA for 64bc070
browser/src/control/Control.SidebarBase.ts
@@ -28,7 +28,7 @@ abstract class SidebarBase extends JSDialogComponent {
28
wrapper: HTMLElement;
29
30
constructor(map: any, type: SidebarType) {
31
- super(map, 'Sidebar', type);
+ super(map, type, type);
32
this.type = type;
33
this.onAdd(map);
34
}
0 commit comments