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:
connorhanafee
2021-06-28 06:00:33 -04:00
committed by GitHub
parent bdead4d164
commit 44402f42bf
2 changed files with 19 additions and 0 deletions

View File

@ -1282,6 +1282,7 @@ class App extends React.Component<AppProps, AppState> {
this.scene.getElements(),
),
);
this.selectShapeTool("selection");
};
private addTextFromPaste(text: any) {