mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 02:05:53 +01:00
fix toggling protected flag and display of the title
This commit is contained in:
@@ -25,6 +25,8 @@ async function processEntityChanges(entityChanges) {
|
||||
loadResults.addNoteContent(ec.entityId, ec.sourceId);
|
||||
} else if (ec.entityName === 'note_revisions') {
|
||||
loadResults.addNoteRevision(ec.entityId, ec.noteId, ec.sourceId);
|
||||
} else if (ec.entityName === 'note_revision_contents') {
|
||||
// this should change only when toggling isProtected, ignore
|
||||
} else if (ec.entityName === 'options') {
|
||||
if (ec.entity.name === 'openTabs') {
|
||||
continue; // only noise
|
||||
|
||||
Reference in New Issue
Block a user