mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
📎 Fix typo
This commit is contained in:
parent
7b2b078bc6
commit
a46b12a096
@ -132,7 +132,7 @@ Boards can have layout systems that automatically control the positioning and sp
|
||||
Check with: `if (board.grid) { ... }`
|
||||
- Properties: `rows`, `columns`, `rowGap`, `columnGap`
|
||||
- Children are positioned via 1-based row/column indices
|
||||
- Add to grid via `board.flex.appendChild(shape, row, column)`
|
||||
- Add to grid via `board.grid.appendChild(shape, row, column)`
|
||||
- Modify grid positioning after the fact via `shape.layoutCell: LayoutCellProperties`
|
||||
|
||||
* When working with boards:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user