chore: remove unwanted code
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user