mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix
This commit is contained in:
parent
fec984895e
commit
84059086a6
3 changed files with 4 additions and 2 deletions
|
@ -4499,7 +4499,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||
this.createFrameElementOnPointerDown(pointerDownState);
|
||||
} else if (
|
||||
this.state.activeTool.type !== "eraser" &&
|
||||
this.state.activeTool.type !== "hand"
|
||||
this.state.activeTool.type !== "hand" &&
|
||||
this.state.activeTool.type !== "mermaid"
|
||||
) {
|
||||
this.createGenericElementOnPointerDown(
|
||||
this.state.activeTool.type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue