Update TldrawApp.ts (#1104)
This commit is contained in:
parent
77943e6f85
commit
303b60c7e3
1 changed files with 2 additions and 2 deletions
|
@ -917,8 +917,8 @@ export class TldrawApp extends StateManager<TDSnapshot> {
|
||||||
minY,
|
minY,
|
||||||
maxX,
|
maxX,
|
||||||
maxY,
|
maxY,
|
||||||
height: maxX - minX,
|
width: maxX - minX,
|
||||||
width: maxY - minY,
|
height: maxY - minY,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue