Skip to content

Commit

Permalink
Disable image zoom on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
subinasr committed Sep 19, 2024
1 parent f088b2f commit 69ffd96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/entry/ExcerptInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ function ExcerptInput<N extends string>(props: Props<N>) {
className={_cs(imageClassName, styles.image)}
alt=""
src={attachmentSrc}
disableZoomOnScroll
/>
) : (
<Message
Expand Down

0 comments on commit 69ffd96

Please sign in to comment.