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

Fix regression when reverting temporary rules in popup panel

Refression from:
- 435c91636f
This commit is contained in:
Raymond Hill 2021-02-19 12:32:07 -05:00
parent 373792714a
commit dfa1b64cae
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -1163,6 +1163,7 @@ const revertFirewallRules = async function() {
});
cachePopupData(response);
updateAllFirewallCells(true, false);
updateHnSwitches();
hashFromPopupData();
};