mirror of
https://github.com/zen-browser/desktop.git
synced 2026-06-14 23:43:43 +00:00
gh-13140: Fixed some items not respecting reduce motion (gh-13141)
This commit is contained in:
@@ -432,6 +432,9 @@ window.gZenUIManager = {
|
||||
},
|
||||
|
||||
onUrlbarSearchModeChanged(event) {
|
||||
if (gReduceMotion) {
|
||||
return;
|
||||
}
|
||||
const { searchMode } = event.detail;
|
||||
const input = gURLBar;
|
||||
if (gURLBar.hasAttribute("breakout-extend") && !this._animatingSearchMode) {
|
||||
|
||||
Reference in New Issue
Block a user