mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
ckeditor 19
This commit is contained in:
@@ -56,7 +56,7 @@ export default class NoteTitleWidget extends TabAwareWidget {
|
||||
this.$noteTitle.val(note.title);
|
||||
|
||||
this.$noteTitle.prop("readonly", note.isProtected && !protectedSessionHolder.isProtectedSessionAvailable());
|
||||
console.trace("Refreshing - isProtected: ", !!note.isProtected);
|
||||
|
||||
this.$noteTitle.toggleClass("protected", !!note.isProtected);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user