mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: keep binding for attached arrows after changing text (#3754)
Co-authored-by: David Luzar <luzar.david@gmail.com>
This commit is contained in:
parent
5cd921549a
commit
969d3c694a
4 changed files with 118 additions and 6 deletions
|
@ -1747,7 +1747,8 @@ class App extends React.Component<AppProps, AppState> {
|
|||
[element.id]: true,
|
||||
},
|
||||
}));
|
||||
} else {
|
||||
}
|
||||
if (isDeleted) {
|
||||
fixBindingsAfterDeletion(this.scene.getElements(), [element]);
|
||||
}
|
||||
if (!isDeleted || isExistingElement) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue