mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: switch to selection tool on library item insert (#3773)
* switch to selection tool on library item insert * add test Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
parent
bdead4d164
commit
44402f42bf
2 changed files with 19 additions and 0 deletions
|
@ -1282,6 +1282,7 @@ class App extends React.Component<AppProps, AppState> {
|
|||
this.scene.getElements(),
|
||||
),
|
||||
);
|
||||
this.selectShapeTool("selection");
|
||||
};
|
||||
|
||||
private addTextFromPaste(text: any) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue