From 941b26aa96431b7b0a0dfeea902f78120f800cfc Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:47:58 -0400 Subject: [PATCH] board commit --- src/components/Board.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Board.tsx b/src/components/Board.tsx index 96e7ed3..0d5e3b7 100644 --- a/src/components/Board.tsx +++ b/src/components/Board.tsx @@ -8,7 +8,7 @@ export function Board() {
{ - editor.putContentOntoCurrentPage(canvas) + editor.putContentOntoCurrentPage(canvas as any) }} />