docs: rm ... from some examples and fix up inset example (#2788)

### Change Type

- [x] `documentation` — Changes to the documentation only[^2]
This commit is contained in:
Mime Čuvalo 2024-02-09 11:54:49 +00:00 committed by GitHub
parent c47360d236
commit 56c3f2bef7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ category: basic
priority: 1 priority: 1
--- ---
...
--- ---

View file

@ -5,7 +5,7 @@ category: basic
priority: 5 priority: 5
--- ---
...
--- ---

View file

@ -3,7 +3,7 @@ import '@tldraw/tldraw/tldraw.css'
export default function InsetExample() { export default function InsetExample() {
return ( return (
<div style={{ position: 'absolute', inset: 200 }}> <div style={{ position: 'absolute', inset: 100 }}>
<div className="tldraw__editor"> <div className="tldraw__editor">
<Tldraw /> <Tldraw />
</div> </div>

View file

@ -5,7 +5,7 @@ category: basic
priority: 2 priority: 2
--- ---
...
--- ---