fix: CTRL/CMD & arrow point drag unbinds both sides (#6459) (#7877)

This commit is contained in:
Márk Tolmács 2024-04-23 00:01:05 +02:00 committed by GitHub
parent c851aaaf7b
commit a04676d423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 51 additions and 2 deletions

View file

@ -8472,7 +8472,7 @@ class App extends React.Component<AppProps, AppState> {
this,
)
: unbindLinearElements(
this.scene.getNonDeletedElements(),
this.scene.getSelectedElements(this.state),
elementsMap,
);
}