renamed openTabs to openNoteContexts

This commit is contained in:
zadam
2023-04-11 22:00:04 +02:00
parent 17128c5874
commit 3f8bf7cacc
10 changed files with 26 additions and 25 deletions

View File

@@ -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
}