fix: paragraph handle and plus button not selectable (#12320)

This commit is contained in:
Zhaolin Liang 2026-01-07 16:45:15 +08:00 committed by GitHub
parent 6d15b0dfd1
commit 2777af77d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,7 +580,7 @@ const RichEditor = ({
<GripVertical />
</Tooltip>
</DragHandle>
<EditorContent style={{ height: '100%' }} editor={editor} />
<EditorContent style={{ minHeight: '100%' }} editor={editor} />
</StyledEditorContent>
</Scrollbar>
{enableContentSearch && (