Remove unused worker-loader

This commit is contained in:
Qstick
2021-04-25 18:12:23 -04:00
parent 8f2e73045a
commit 730509543c
4 changed files with 0 additions and 28 deletions

View File

@@ -31,14 +31,6 @@ class IndexerSearchInput extends Component {
this.props.bindShortcut(shortcuts.MOVIE_SEARCH_INPUT.key, this.focusInput);
}
componentWillUnmount() {
if (this._worker) {
this._worker.removeEventListener('message', this.onSuggestionsReceived, false);
this._worker.terminate();
this._worker = null;
}
}
//
// Control