Update TldrawApp.ts (#1104)

pull/1114/head
hiroshisuga 2023-01-15 20:11:38 +09:00 zatwierdzone przez GitHub
rodzic 77943e6f85
commit 303b60c7e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -917,8 +917,8 @@ export class TldrawApp extends StateManager<TDSnapshot> {
minY,
maxX,
maxY,
height: maxX - minX,
width: maxY - minY,
width: maxX - minX,
height: maxY - minY,
}
}