mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
refactored TabContext => NoteContext
This commit is contained in:
@@ -57,7 +57,7 @@ export default class SearchResultWidget extends NoteContextAwareWidget {
|
||||
}
|
||||
|
||||
searchRefreshedEvent({ntxId}) {
|
||||
if (!this.isTab(ntxId)) {
|
||||
if (!this.isNoteContext(ntxId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user