mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
various fixes and small refactorings
This commit is contained in:
@@ -16,7 +16,7 @@ export default class EditedNotesWidget extends CollapsibleWidget {
|
||||
|
||||
async isEnabled() {
|
||||
return await super.isEnabled()
|
||||
&& await this.tabContext.note.hasLabel("dateNote");
|
||||
&& await this.note.hasOwnedLabel("dateNote");
|
||||
}
|
||||
|
||||
async refreshWithNote(note) {
|
||||
|
||||
Reference in New Issue
Block a user