From 2a6a82936f02745754fc5b212acc6f6900e28e37 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Tue, 10 May 2022 11:17:05 +0800 Subject: [PATCH] fix: autofocus to autoFocus --- packages/client/src/tiptap/core/wrappers/katex/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/src/tiptap/core/wrappers/katex/index.tsx b/packages/client/src/tiptap/core/wrappers/katex/index.tsx index 1fd270ea..dd0d1660 100644 --- a/packages/client/src/tiptap/core/wrappers/katex/index.tsx +++ b/packages/client/src/tiptap/core/wrappers/katex/index.tsx @@ -65,7 +65,7 @@ export const KatexWrapper = ({ editor, node, updateAttributes }) => {