mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 19:36:12 +01:00
closing of attr detail
This commit is contained in:
@@ -113,8 +113,6 @@ export default class NoteActionsWidget extends TabAwareWidget {
|
||||
|
||||
this.$unprotectButton = this.$widget.find(".unprotect-button");
|
||||
this.$unprotectButton.on('click', () => protectedSessionService.protectNote(this.noteId, false, false));
|
||||
|
||||
return this.$widget;
|
||||
}
|
||||
|
||||
refreshWithNote(note) {
|
||||
@@ -140,4 +138,4 @@ export default class NoteActionsWidget extends TabAwareWidget {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user