diff --git a/apps/web/features/issues/components/comment-card.tsx b/apps/web/features/issues/components/comment-card.tsx index 57e49851..90e50400 100644 --- a/apps/web/features/issues/components/comment-card.tsx +++ b/apps/web/features/issues/components/comment-card.tsx @@ -30,7 +30,7 @@ import { QuickEmojiPicker } from "@/components/common/quick-emoji-picker"; import { cn } from "@/lib/utils"; import { useActorName } from "@/features/workspace"; import { timeAgo } from "@/shared/utils"; -import { ContentEditor, type ContentEditorRef, copyMarkdown } from "@/features/editor"; +import { ContentEditor, type ContentEditorRef, copyMarkdown, ReadonlyContent } from "@/features/editor"; import { FileUploadButton } from "@/components/common/file-upload-button"; import { useFileUpload } from "@/shared/hooks/use-file-upload"; import { ReplyInput } from "./reply-input"; @@ -247,7 +247,7 @@ function CommentRow({ ) : ( <>