fix: remove comments

This commit is contained in:
Joshua Shoemaker 2022-12-14 23:47:09 -06:00
parent 060c11637c
commit f181aca623

View File

@ -159,8 +159,6 @@ const DocumentRenderer = () => {
<canvas
className="absolute"
ref={areaCanvas}
// width={canvasSize.width}
// height={canvasSize.height}
/>
<canvas
className="absolute"
@ -168,8 +166,6 @@ const DocumentRenderer = () => {
onMouseDown={handleMouseDown}
onMouseUp={handleMouseUp}
onMouseMove={handleMouseMove}
// width={canvasSize.width}
// height={canvasSize.height}
/>
</div>
}