Update TldrawApp.ts (#1104)

This commit is contained in:
hiroshisuga 2023-01-15 20:11:38 +09:00 committed by GitHub
parent 77943e6f85
commit 303b60c7e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
} }
} }