chore: remove unwanted code
This commit is contained in:
@@ -123,7 +123,6 @@ const Canvas = ({ width, height, onCreateRef }: CanvasProps) => {
|
|||||||
}, [onMouseEvent]);
|
}, [onMouseEvent]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
// <canvas tabIndex={0} ref={canvasRef} height={height} width={width} />
|
|
||||||
<canvas
|
<canvas
|
||||||
tabIndex={0}
|
tabIndex={0}
|
||||||
ref={canvasRef}
|
ref={canvasRef}
|
||||||
|
|||||||
Reference in New Issue
Block a user