mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-15 22:36:23 +00:00
Refactor CSS transitions and fix console log statements for clarity
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
return;
|
||||
}
|
||||
|
||||
console.log(hasFocused)
|
||||
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