Skip to content

Commit f32cda6

Browse files
committed
fix: smooth step
1 parent 930e328 commit f32cda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/renderer/src/components/ui/media/preview-media.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ const FallbackableImage: FC<
355355
>
356356
{!isAllError && (
357357
<TransformWrapper
358-
wheel={{ step: 1 }}
358+
wheel={{ smoothStep: 0.008 }}
359359
onZoom={(e) => {
360360
setScale(e.state.scale)
361361
}}

0 commit comments

Comments
 (0)