Update apps/docs/content/docs/editor.mdx

Co-authored-by: Mitja Bezenšek <mitja.bezensek@gmail.com>
pull/3282/head
Steve Ruiz 2024-04-29 14:54:02 +01:00 zatwierdzone przez GitHub
rodzic b6201b046e
commit 0aab30c24e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -275,7 +275,7 @@ Whether the camera is locked. When the camera is locked, the camera will not mov
### `constraints`
By default the camera is free to move anywhere on the infinite canvas. However, you may provide the camera with a `constraints` object that constrains the camera based on a relationship between a `bounds` (in page space) and the viewport (in screen space).
By default the camera is free to move anywhere on the infinite canvas. However, you may provide the camera with a `constraints` object that constrains the camera based on a relationship between `bounds` (in page space) and the `viewport` (in screen space).
### `constraints.bounds`