mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
state is now applied to sidebar widgets
This commit is contained in:
@@ -6,7 +6,7 @@ import StandardWidget from "./standard_widget.js";
|
||||
|
||||
class AttributesWidget extends StandardWidget {
|
||||
constructor(ctx, state) {
|
||||
super(ctx, state, 'attributes');
|
||||
super(ctx, state);
|
||||
|
||||
this.$title.text("Attributes");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user