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