mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix lint
This commit is contained in:
parent
d91b234db1
commit
23ee054025
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ export const exportToSvg = async ({
|
||||||
exportPadding?: number;
|
exportPadding?: number;
|
||||||
renderEmbeddables?: boolean;
|
renderEmbeddables?: boolean;
|
||||||
}): Promise<SVGSVGElement> => {
|
}): Promise<SVGSVGElement> => {
|
||||||
console.log("HIIII FROM UTILS WORKSPACE");
|
console.info("HIIII FROM UTILS WORKSPACE");
|
||||||
|
|
||||||
const { elements: restoredElements, appState: restoredAppState } = restore(
|
const { elements: restoredElements, appState: restoredAppState } = restore(
|
||||||
{ elements, appState },
|
{ elements, appState },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue