Skip to content

Commit edecb33

Browse files
committed
fix cypress firefox >= 124 ci bug, 2
1 parent 4aa0f53 commit edecb33

File tree

2 files changed

+219
-224
lines changed

2 files changed

+219
-224
lines changed

packages/vue-collapsed/src/utils.ts

-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ export function isReducedOrDisabled(el: RefEl) {
3939

4040
const { transition } = getComputedStyle(el.value)
4141

42-
console.log(
43-
typeof window.requestAnimationFrame === 'undefined' ||
44-
window.matchMedia('(prefers-reduced-motion: reduce)').matches ||
45-
transition.includes('none') ||
46-
transition.includes('height 0s')
47-
)
48-
4942
return (
5043
typeof window.requestAnimationFrame === 'undefined' ||
5144
window.matchMedia('(prefers-reduced-motion: reduce)').matches ||

0 commit comments

Comments
 (0)