mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
keyboard handlers for tabs
This commit is contained in:
@@ -64,7 +64,7 @@ class NoteInfoWidget extends StandardWidget {
|
||||
}
|
||||
|
||||
syncDataListener({data}) {
|
||||
if (data.find(sd => sd.entityName === 'notes' && sd.entityId === this.tabContext.note.noteId)) {
|
||||
if (data.find(sd => sd.entityName === 'notes' && this.isNote(sd.entityId))) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user