mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
renamed openTabs to openNoteContexts
This commit is contained in:
@@ -26,7 +26,7 @@ async function processEntityChanges(entityChanges) {
|
||||
} else if (ec.entityName === 'note_revisions') {
|
||||
loadResults.addNoteRevision(ec.entityId, ec.noteId, ec.componentId);
|
||||
} else if (ec.entityName === 'options') {
|
||||
if (ec.entity.name === 'openTabs') {
|
||||
if (ec.entity.name === 'openNoteContexts') {
|
||||
continue; // only noise
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user