close : added autocomplete for display name & replace fusejs

This commit is contained in:
unknown 2021-08-24 15:31:20 +05:30
parent c81628a66e
commit eb667bc436
6 changed files with 183 additions and 151 deletions

View file

@ -82,7 +82,7 @@ class AsyncSearch extends EventEmitter {
if (lastFindingCount !== thisFindingCount) this._sendFindings();
this.searchUptoIndex = searchIndex + 1;
queueMicrotask(() => this._find(thisSessionTimestamp, thisFindingCount));
setTimeout(() => this._find(thisSessionTimestamp, thisFindingCount));
return;
}
}