diff --git a/src/components/Editor/Editor.tsx b/src/components/Editor/Editor.tsx index 79ed2e94..a1f2baa7 100644 --- a/src/components/Editor/Editor.tsx +++ b/src/components/Editor/Editor.tsx @@ -250,7 +250,7 @@ export const Editor = (props: Props) => { }) return ( -
+ <>
(editorElRef.current = el)} id="editorBody" /> @@ -279,6 +279,6 @@ export const Editor = (props: Props) => { }} /> (floatingMenuRef.current = el)} /> -
+ ) }