1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Put back erroneously removed line

Regression from 1dfdc40e09
This commit is contained in:
Raymond Hill 2019-06-30 12:54:05 -04:00
parent 158dfc165e
commit 2bcf671dae
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -704,6 +704,8 @@
};
const onFilterListsReady = lists => {
this.availableFilterLists = lists;
vAPI.net.suspend();
this.redirectEngine.reset();
this.staticExtFilteringEngine.reset();