fix: use active Excalidraw component when editing text (#3478)
* fix: use active excalidraw component when editing text * changelog * tweak
This commit is contained in:
@ -1803,6 +1803,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
this.focusContainer();
|
||||
}),
|
||||
element,
|
||||
excalidrawContainer: this.excalidrawContainerRef.current,
|
||||
});
|
||||
// deselect all other elements when inserting text
|
||||
this.setState({
|
||||
|
Reference in New Issue
Block a user