From f280007a3181707ec8fae74cdb80ddabe271e3e0 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 22 Nov 2024 10:20:02 +0800 Subject: [PATCH] # --- .../LexicalEditor/plugins/InlineImagePlugin/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LexicalEditor/plugins/InlineImagePlugin/index.tsx b/src/components/LexicalEditor/plugins/InlineImagePlugin/index.tsx index ee0886a..17c924d 100644 --- a/src/components/LexicalEditor/plugins/InlineImagePlugin/index.tsx +++ b/src/components/LexicalEditor/plugins/InlineImagePlugin/index.tsx @@ -117,7 +117,7 @@ export function InsertInlineImageDialog({ const handleOnClick = () => { const payload = {altText, position, showCaption, src}; - console.log('payload', payload, activeEditor); + // console.log('payload', payload, activeEditor); activeEditor.dispatchCommand(INSERT_INLINE_IMAGE_COMMAND, payload); onClose();