mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
allow mermaid syntax and export in preview
This commit is contained in:
parent
c5514974b7
commit
fec984895e
5 changed files with 116 additions and 26 deletions
|
@ -1178,7 +1178,10 @@ class App extends React.Component<AppProps, AppState> {
|
|||
app={this}
|
||||
>
|
||||
{this.props.children}
|
||||
<MermaidToExcalidraw appState={this.state} />
|
||||
<MermaidToExcalidraw
|
||||
appState={this.state}
|
||||
elements={this.scene.getNonDeletedElements()}
|
||||
/>
|
||||
</LayerUI>
|
||||
|
||||
<div className="excalidraw-textEditorContainer" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue