fix: Wait for the next cycle to change the proxy state, b=no-bug, c=common

This commit is contained in:
mr. m
2025-10-22 19:13:15 +02:00
parent be417381ed
commit 0670ba8a2c

View File

@@ -275,7 +275,9 @@ var gZenUIManager = {
// Section: URL bar
onUrlbarOpen() {
gURLBar.setPageProxyState('invalid', false);
setTimeout(() => {
gURLBar.setPageProxyState('invalid', false);
}, 0);
},
onUrlbarClose() {