Skip to content

Commit

Permalink
#1866 add data test
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Dec 17, 2024
1 parent 74f8d3d commit 90783db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ const PanAndZoomImage = ({ src, id, ...props }: IPanAndZoomImage) => {
}
>
<div
data-test="pan-zoom-image-container"
style={{
transform: `translate(${position.x}px, ${position.y}px) scale(${position.z})`
}}
Expand Down

0 comments on commit 90783db

Please sign in to comment.