Disable animations on Safari
This commit is contained in:
parent
4c7c3e2cd3
commit
719ede126a
1 changed files with 6 additions and 1 deletions
|
|
@ -448,7 +448,12 @@ function InRoomView({
|
||||||
) : simpleGrid ? (
|
) : simpleGrid ? (
|
||||||
<SimpleVideoGrid items={items} />
|
<SimpleVideoGrid items={items} />
|
||||||
) : (
|
) : (
|
||||||
<VideoGrid items={items} layout={layout} onFocusTile={onFocusTile} />
|
<VideoGrid
|
||||||
|
items={items}
|
||||||
|
layout={layout}
|
||||||
|
onFocusTile={onFocusTile}
|
||||||
|
disableAnimations={isSafari}
|
||||||
|
/>
|
||||||
)}
|
)}
|
||||||
<div className={styles.footer}>
|
<div className={styles.footer}>
|
||||||
<DropdownButton
|
<DropdownButton
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue