This commit is contained in:
caranicas 2022-09-27 14:51:51 -04:00
parent 1961567ebd
commit f26b8ee224
2 changed files with 9 additions and 10 deletions

View File

@ -76,7 +76,6 @@ export default function DrawImage({
const canvas = drawingRef.current;
if (canvas != null) {
const data = canvas.toDataURL();
debugger;
setData(data);
}
};

File diff suppressed because one or more lines are too long