mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 14:25:51 +01:00
refactored TabContext => NoteContext
This commit is contained in:
@@ -56,8 +56,8 @@ export default class SearchResultWidget extends TabAwareWidget {
|
||||
await noteListRenderer.renderList();
|
||||
}
|
||||
|
||||
searchRefreshedEvent({tabId}) {
|
||||
if (!this.isTab(tabId)) {
|
||||
searchRefreshedEvent({ntxId}) {
|
||||
if (!this.isTab(ntxId)) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user