diff --git a/src/editor/components/Text/index.tsx b/src/editor/components/Text/index.tsx index 78d76d8..2074a26 100644 --- a/src/editor/components/Text/index.tsx +++ b/src/editor/components/Text/index.tsx @@ -13,7 +13,7 @@ const Text: FC = ({ children, ...props }) => { const { getRootProps } = useRemirrorContext() return ( -
+
{children}
)