mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-08 10:56:36 +00:00
Remove animation attribute when not animating and enhance toolbar color mixing logic for dark mode
This commit is contained in:
@@ -179,6 +179,8 @@ var gZenCompactModeManager = {
|
||||
});
|
||||
}, 400);
|
||||
});
|
||||
} else {
|
||||
this.sidebar.removeAttribute("animate"); // remove the attribute if we are not animating
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user