mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 07:19:02 +08:00
fix: paragraph handle and plus button not selectable (#12320)
This commit is contained in:
parent
6d15b0dfd1
commit
2777af77d8
@ -580,7 +580,7 @@ const RichEditor = ({
|
||||
<GripVertical />
|
||||
</Tooltip>
|
||||
</DragHandle>
|
||||
<EditorContent style={{ height: '100%' }} editor={editor} />
|
||||
<EditorContent style={{ minHeight: '100%' }} editor={editor} />
|
||||
</StyledEditorContent>
|
||||
</Scrollbar>
|
||||
{enableContentSearch && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user