fix: revert ALL new browser changes

This commit is contained in:
karishmas6
2024-10-11 23:12:32 +05:30
parent 9ee7afc353
commit d8e269e1cd
6 changed files with 32 additions and 42 deletions

View File

@@ -140,8 +140,8 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
<canvas
tabIndex={0}
ref={canvasRef}
height={300}
width={900}
height={720}
width={1280}
/>
);