We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33fee3 commit 76ed5a2Copy full SHA for 76ed5a2
1 file changed
testing/src/unity-test.tsx
@@ -151,8 +151,8 @@ function UnityTest() {
151
height: 400,
152
width: canvasWidth,
153
}}
154
- // devicePixelRatio={window.devicePixelRatio}
155
- // disabledCanvasEvents={["dragstart"]}
+ devicePixelRatio={window.devicePixelRatio}
+ disabledCanvasEvents={["dragstart"]}
156
ref={canvasRef}
157
/>
158
</Fragment>
0 commit comments