mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
do not generate freedraw items
This commit is contained in:
parent
97273f4e4e
commit
8028eb1d60
1 changed files with 2 additions and 3 deletions
|
@ -775,12 +775,11 @@ export const renderElement = (
|
|||
drawElementOnCanvas(element, rc, context, renderConfig);
|
||||
context.restore();
|
||||
} else {
|
||||
const elementWithCanvas = generateElementWithCanvas(
|
||||
/*const elementWithCanvas = generateElementWithCanvas(
|
||||
element,
|
||||
renderConfig,
|
||||
);
|
||||
console.log(elementWithCanvas.theme);
|
||||
//drawElementFromCanvas(elementWithCanvas, rc, context, renderConfig);
|
||||
drawElementFromCanvas(elementWithCanvas, rc, context, renderConfig);*/
|
||||
}
|
||||
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue