board commit
This commit is contained in:
parent
d087b61ce5
commit
58cb4da348
|
|
@ -8,7 +8,7 @@ export function Board() {
|
||||||
<div className="tldraw__editor">
|
<div className="tldraw__editor">
|
||||||
<Tldraw
|
<Tldraw
|
||||||
onMount={(editor: Editor) => {
|
onMount={(editor: Editor) => {
|
||||||
editor.putContentOntoCurrentPage(canvas)
|
editor.putContentOntoCurrentPage(canvas as any)
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue