chore: remove unwanted code

This commit is contained in:
karishmas6
2024-06-25 23:35:14 +05:30
parent de3bee1490
commit c455a42af9

View File

@@ -123,7 +123,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
}, [onMouseEvent]);
return (
// <canvas tabIndex={0} ref={canvasRef} height={height} width={width} />
<canvas
tabIndex={0}
ref={canvasRef}