fix: incorrectly selecting linear elements on creation while tool-locked (#5785)
This commit is contained in:
@ -4836,10 +4836,6 @@ class App extends React.Component<AppProps, AppState> {
|
||||
} else {
|
||||
this.setState((prevState) => ({
|
||||
draggingElement: null,
|
||||
selectedElementIds: {
|
||||
...prevState.selectedElementIds,
|
||||
[draggingElement.id]: true,
|
||||
},
|
||||
}));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user