fix: Unify binding update options for updateBoundElements() (#8832)

Fix insonsistent naming for option newSize/oldSize for updateBoundElements()
This commit is contained in:
Márk Tolmács
2024-11-20 11:46:45 +01:00
committed by GitHub
parent 0927431d0d
commit 2db5bbcb29
8 changed files with 17 additions and 22 deletions

View File

@@ -10237,7 +10237,7 @@ class App extends React.Component<AppProps, AppState> {
croppingElement,
this.scene.getNonDeletedElementsMap(),
{
oldSize: {
newSize: {
width: croppingElement.width,
height: croppingElement.height,
},