From b5693182da8cd5551388cc267cce2c9ae6525a64 Mon Sep 17 00:00:00 2001 From: Lei OT Date: Fri, 6 Dec 2024 15:00:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20LexicalEditor=E5=9C=A8form=E4=B8=AD?= =?UTF-8?q?=E4=BD=BF=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LexicalEditor/plugins/ToolbarPlugin.jsx | 30 +++++++++---------- src/components/LexicalEditor/ui/Modal.css | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/src/components/LexicalEditor/plugins/ToolbarPlugin.jsx b/src/components/LexicalEditor/plugins/ToolbarPlugin.jsx index 4eeb2a8..8142b96 100644 --- a/src/components/LexicalEditor/plugins/ToolbarPlugin.jsx +++ b/src/components/LexicalEditor/plugins/ToolbarPlugin.jsx @@ -427,27 +427,27 @@ function BlockOptionsDropdownList({ editor, blockType, toolbarRef, setShowBlockO return (
- - - - - - - - - - {/* */} - {isLink && createPortal(, document.body)} -