diff --git a/components/form/field/TypeRichText.tsx b/components/form/field/TypeRichText.tsx index 0d59640..062dce1 100644 --- a/components/form/field/TypeRichText.tsx +++ b/components/form/field/TypeRichText.tsx @@ -770,11 +770,6 @@ export const TypeRichText: React.FC = ({ }, }), ]; - const AfterEditor = () => { - const { editor } = useCurrentEditor(); - if (!editor) return <>; - return ; - }; return (
{ @@ -829,7 +824,6 @@ export const TypeRichText: React.FC = ({ }} content={input.value} editable={!disabled} - slotAfter={} >
);