diff --git a/shared/editor/nodes/Image.tsx b/shared/editor/nodes/Image.tsx index 5ea848993..6bdc563af 100644 --- a/shared/editor/nodes/Image.tsx +++ b/shared/editor/nodes/Image.tsx @@ -904,7 +904,6 @@ const ImageWrapper = styled.div<{ isFullWidth: boolean }>` transition-property: width, height; transition-duration: ${(props) => (props.isFullWidth ? "0ms" : "150ms")}; transition-timing-function: ease-in-out; - touch-action: none; overflow: hidden; img {