diff --git a/src/components/AttachmentCarousel/index.js b/src/components/AttachmentCarousel/index.js index d743ae09f572..4b0cc1c57105 100644 --- a/src/components/AttachmentCarousel/index.js +++ b/src/components/AttachmentCarousel/index.js @@ -86,7 +86,7 @@ class AttachmentCarousel extends React.Component { if (!this.scrollRef || !this.scrollRef.current) { return; } - this.scrollRef.current.scrollToIndex({index: this.state.page, animated: this.canUseTouchScreen}); + this.scrollRef.current.scrollToIndex({index: this.state.page, animated: false}); }); } }