diff --git a/packages/client/src/tiptap/core/wrappers/title/index.tsx b/packages/client/src/tiptap/core/wrappers/title/index.tsx index d7e36c6c..c750b861 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 ? (