mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix regression when reverting temporary rules in popup panel
Refression from:
- 435c91636f
This commit is contained in:
parent
373792714a
commit
dfa1b64cae
1 changed files with 1 additions and 0 deletions
|
|
@ -1163,6 +1163,7 @@ const revertFirewallRules = async function() {
|
|||
});
|
||||
cachePopupData(response);
|
||||
updateAllFirewallCells(true, false);
|
||||
updateHnSwitches();
|
||||
hashFromPopupData();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue