diff --git a/packages/client/src/tiptap/core/wrappers/title/index.tsx b/packages/client/src/tiptap/core/wrappers/title/index.tsx index 335d30a8..108f66ab 100644 --- a/packages/client/src/tiptap/core/wrappers/title/index.tsx +++ b/packages/client/src/tiptap/core/wrappers/title/index.tsx @@ -4,6 +4,7 @@ import { NodeViewContent, NodeViewWrapper } from '@tiptap/react'; import cls from 'classnames'; import { ImageUploader } from 'components/image-uploader'; import { useCallback } from 'react'; +import { LazyLoadImage } from 'react-lazy-load-image-component'; import styles from './index.module.scss'; @@ -42,7 +43,7 @@ export const TitleWrapper = ({ editor, node }) => { {cover ? (
- cover + {isEditable ? (