Skip to content

Commit

Permalink
fix(playground): fix rendering Exclidraw (facebook#2694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSingee authored Jul 23, 2022
1 parent af31dee commit 1f69593
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ export default function ExcalidrawImage({

useEffect(() => {
const setContent = async () => {
if (appState === null) {
return;
}

const svg: SVGElement = await exportToSvg({
appState,
elements,
files: null,
});
Expand Down

0 comments on commit 1f69593

Please sign in to comment.