chore: remove unused code
This commit is contained in:
@@ -128,7 +128,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
|
|||||||
ref={canvasRef}
|
ref={canvasRef}
|
||||||
height={720}
|
height={720}
|
||||||
width={1280}
|
width={1280}
|
||||||
style={{ width: '1280px', height: '720px' }} // Ensure dimensions are explicitly set
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user