Skip to content
Snippets Groups Projects
Commit d3781aad authored by Kevin Abel's avatar Kevin Abel
Browse files

Abort pending directory search before executing a new one

parent 0325c7f2
No related branches found
No related tags found
No related merge requests found
......@@ -106,6 +106,9 @@
self = this;
this._searchCanceled = false;
if (this._xhr) {
this._xhr.abort();
}
if (cacheData) {
this._render(cacheData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment