From 8a61970b2e05a0e4f86fb2bfdfd24e868454a31c Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Sat, 21 May 2022 12:36:40 +0800 Subject: [PATCH] fix: class -> className --- .../apps/tldraw-logseq/src/components/ContextBar/ContextBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tldraw/apps/tldraw-logseq/src/components/ContextBar/ContextBar.tsx b/tldraw/apps/tldraw-logseq/src/components/ContextBar/ContextBar.tsx index ce7863037b..ad9157a192 100644 --- a/tldraw/apps/tldraw-logseq/src/components/ContextBar/ContextBar.tsx +++ b/tldraw/apps/tldraw-logseq/src/components/ContextBar/ContextBar.tsx @@ -135,7 +135,7 @@ const _ContextBar: TLContextBarComponent = ({ ) : null} )} - app.pubEvent("whiteboard-link", shapes)}>Link + app.pubEvent("whiteboard-link", shapes)}>Link )