Skip to content

Commit 13d7979

Browse files
authored
Update canvas-portal.tsx
1 parent 74bbdc8 commit 13d7979

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/core/canvas-overlay/canvas-portal.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ export const CanvasPortal = memo<CanvasPortalProps>(({
2929
})
3030

3131
return <Canvas
32-
camera={{
33-
matrixAutoUpdate: true,
34-
matrixWorldAutoUpdate: true,
35-
}}
3632
events={events}
3733
eventSource={eventSource}
3834
{...props}

0 commit comments

Comments
 (0)