Skip to content

Commit 76ed5a2

Browse files
Updated tests
1 parent e33fee3 commit 76ed5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/src/unity-test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ function UnityTest() {
151151
height: 400,
152152
width: canvasWidth,
153153
}}
154-
// devicePixelRatio={window.devicePixelRatio}
155-
// disabledCanvasEvents={["dragstart"]}
154+
devicePixelRatio={window.devicePixelRatio}
155+
disabledCanvasEvents={["dragstart"]}
156156
ref={canvasRef}
157157
/>
158158
</Fragment>

0 commit comments

Comments
 (0)