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