mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
refactored TabContext => NoteContext
This commit is contained in:
@@ -78,7 +78,7 @@ export default class NoteListWidget extends NoteContextAwareWidget {
|
||||
* it is not intersected (visible) anymore.
|
||||
*/
|
||||
noteDetailRefreshedEvent({ntxId}) {
|
||||
if (!this.isTab(ntxId)) {
|
||||
if (!this.isNoteContext(ntxId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user