mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
do not draw freedraw on canvas
This commit is contained in:
parent
52c96a6870
commit
97273f4e4e
1 changed files with 2 additions and 1 deletions
|
@ -779,7 +779,8 @@ export const renderElement = (
|
||||||
element,
|
element,
|
||||||
renderConfig,
|
renderConfig,
|
||||||
);
|
);
|
||||||
drawElementFromCanvas(elementWithCanvas, rc, context, renderConfig);
|
console.log(elementWithCanvas.theme);
|
||||||
|
//drawElementFromCanvas(elementWithCanvas, rc, context, renderConfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue