mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: integrate mermaidToExcalidraw
This commit is contained in:
parent
991f5570ce
commit
6a04ebc6db
8 changed files with 788 additions and 7 deletions
|
@ -376,7 +376,8 @@ export const updateActiveTool = (
|
|||
| "eraser"
|
||||
| "hand"
|
||||
| "frame"
|
||||
| "embeddable";
|
||||
| "embeddable"
|
||||
| "mermaid";
|
||||
}
|
||||
| { type: "custom"; customType: string }
|
||||
) & { lastActiveToolBeforeEraser?: LastActiveTool },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue