Skip to content

Commit 64bc070

Browse files
committed
jsdialog: use unique name for all sidebars in logs
Signed-off-by: Szymon Kłos <[email protected]> Change-Id: I1a2f0a1cd3e84236af7faf1fca0df326cf031f24
1 parent 9c44818 commit 64bc070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/src/control/Control.SidebarBase.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ abstract class SidebarBase extends JSDialogComponent {
2828
wrapper: HTMLElement;
2929

3030
constructor(map: any, type: SidebarType) {
31-
super(map, 'Sidebar', type);
31+
super(map, type, type);
3232
this.type = type;
3333
this.onAdd(map);
3434
}

0 commit comments

Comments
 (0)