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

@@ -31,7 +31,7 @@ class NoteInfoWidget extends StandardWidget {
* @param {object} state
*/
constructor(ctx, state) {
super(ctx, state, 'note-info');
super(ctx, state);
this.$title.text("Note info");
}