closing of attr detail

This commit is contained in:
zadam
2020-07-03 22:27:45 +02:00
parent 5b862c3d29
commit bfa69a3dc3
36 changed files with 95 additions and 153 deletions

View File

@@ -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();
}
}
}
}