mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Fix broken suspendTabsUntilReady for Chromium-based browsers
Related feedback: -a0a9497b4a (commitcomment-62560291)Regression from following commit: -80b758e18d
This commit is contained in:
parent
57e660e39b
commit
869c06d4ee
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ const onHiddenSettingsReady = async function() {
|
|||
if ( µb.hiddenSettings.suspendTabsUntilReady === 'no' ) {
|
||||
vAPI.net.unsuspend(true);
|
||||
} else if ( µb.hiddenSettings.suspendTabsUntilReady === 'yes' ) {
|
||||
vAPI.net.suspend();
|
||||
vAPI.net.suspend(true);
|
||||
}
|
||||
|
||||
// Maybe disable WebAssembly
|
||||
|
|
|
|||
Loading…
Reference in a new issue