Fix typo (#3069)
Describe what your pull request does. If appropriate, add GIFs or images showing the before and after. ### Change Type - [ ] `patch` — Bug fix - [ ] `minor` — New feature - [ ] `major` — Breaking change - [ ] `dependencies` — Changes to package dependencies[^1] - [x] `documentation` — Changes to the documentation only[^2] - [ ] `tests` — Changes to any test code only[^2] - [ ] `internal` — Any other changes that don't affect the published package[^2] - [ ] I don't know [^1]: publishes a `patch` release, for devDependencies use `internal` [^2]: will not publish a new version ### Test Plan Look at the revised documentation ### Release Notes N/A
This commit is contained in:
parent
e543797b81
commit
f033ff8508
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Using the tldraw style panel with your custom shapes
|
|||
|
||||
---
|
||||
|
||||
The default tldraw UI will displaye UI for the styles of your selection or your current tool. For example, when you have two shapes selected that both have the tldraw's "size" style, the size selector will be displayed. If all of your selected shapes have the same value for this style, that value will be shown as selected in the panel. If they have different values, the panel will show the value as "mixed".
|
||||
The default tldraw UI will display UI for the styles of your selection or your current tool. For example, when you have two shapes selected that both have the tldraw's "size" style, the size selector will be displayed. If all of your selected shapes have the same value for this style, that value will be shown as selected in the panel. If they have different values, the panel will show the value as "mixed".
|
||||
|
||||
You can use tldraw's Styles API to create your own styles that behave in the same way, though you'll also need to create a custom UI for your style.
|
||||
|
||||
|
|
Loading…
Reference in a new issue