fixes : pointer event issue

This commit is contained in:
bhushan6
2023-08-15 02:50:49 +05:30
parent c6282656a1
commit aa84c597dd
+1 -1
View File
@@ -13,7 +13,7 @@ export const Workspace = ({
return (
<>
<gridHelper position={[0, 0.5, 0]} args={[workspaceSize, gridSize]} />
<gridHelper position={[0, -0.05, 0]} args={[workspaceSize, gridSize]} />
<mesh
rotation={[-Math.PI / 2, 0, 0]}
onClick={onClick}