Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelle committed Jul 28, 2023
1 parent 8163c64 commit 1299e56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/hooks/useLibraryItemSvg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ const exportLibraryItemToSvg = async (elements: LibraryItem["elements"]) => {
},
files: null,
},
files: null,
renderEmbeddables: false,
config: {
renderEmbeddables: false,
},
});
};

Expand Down
1 change: 0 additions & 1 deletion src/packages/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
ExportToCanvasData,
exportToSvg as _exportToSvg,
} from "../scene/export";
import { getDefaultAppState } from "../appState";
import { getNonDeletedElements } from "../element";
import { ExcalidrawElement } from "../element/types";
import { restore } from "../data/restore";
Expand Down

0 comments on commit 1299e56

Please sign in to comment.