mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-16 14:56:14 +00:00
Remove unnecessary console log for focused state in ZenGlanceManager
This commit is contained in:
@@ -211,7 +211,6 @@
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(hasFocused);
|
||||
if (onTabClose && hasFocused && !this.#confirmationTimeout) {
|
||||
const cancelButton = document.getElementById('zen-glance-sidebar-close');
|
||||
cancelButton.setAttribute('waitconfirmation', true);
|
||||
|
Reference in New Issue
Block a user