From ee98b6f858f986faaeb25f286978f7e30259aca7 Mon Sep 17 00:00:00 2001 From: fantasticit Date: Sun, 9 Apr 2023 12:15:05 +0800 Subject: [PATCH] close #242 --- packages/client/src/tiptap/core/wrappers/title/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/client/src/tiptap/core/wrappers/title/index.tsx b/packages/client/src/tiptap/core/wrappers/title/index.tsx index d7e36c6..c750b86 100644 --- a/packages/client/src/tiptap/core/wrappers/title/index.tsx +++ b/packages/client/src/tiptap/core/wrappers/title/index.tsx @@ -5,7 +5,6 @@ import cls from 'classnames'; import { ImageUploader } from 'components/image-uploader'; import { useCallback, useEffect, useRef } from 'react'; import { createPortal } from 'react-dom'; -import { LazyLoadImage } from 'react-lazy-load-image-component'; import styles from './index.module.scss'; @@ -83,7 +82,7 @@ export const TitleWrapper = ({ editor, node }) => { {cover ? (
- + 请选择或移除封面 {isEditable ? (