mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
state is now applied to sidebar widgets
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user