mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-24 21:56:10 +00:00
fix: Wait for the next cycle to change the proxy state, b=no-bug, c=common
This commit is contained in:
@@ -275,7 +275,9 @@ var gZenUIManager = {
|
||||
// Section: URL bar
|
||||
|
||||
onUrlbarOpen() {
|
||||
gURLBar.setPageProxyState('invalid', false);
|
||||
setTimeout(() => {
|
||||
gURLBar.setPageProxyState('invalid', false);
|
||||
}, 0);
|
||||
},
|
||||
|
||||
onUrlbarClose() {
|
||||
|
||||
Reference in New Issue
Block a user