state is now applied to sidebar widgets

This commit is contained in:
zadam
2019-08-16 21:29:44 +02:00
parent aa981d3cd4
commit f259c60b54
11 changed files with 38 additions and 38 deletions

View File

@@ -29,7 +29,7 @@ class LinkMapWidget extends StandardWidget {
* @param {object} state
*/
constructor(ctx, state) {
super(ctx, state,'link-map');
super(ctx, state);
this.$title.text("Link map");