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:
@ -1282,6 +1282,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
this.scene.getElements(),
|
||||
),
|
||||
);
|
||||
this.selectShapeTool("selection");
|
||||
};
|
||||
|
||||
private addTextFromPaste(text: any) {
|
||||
|
Reference in New Issue
Block a user