diff --git a/web/libs/editor/src/components/Comments/Comment/CommentForm.tsx b/web/libs/editor/src/components/Comments/Comment/CommentForm.tsx index f60ada022510..927ab112715a 100644 --- a/web/libs/editor/src/components/Comments/Comment/CommentForm.tsx +++ b/web/libs/editor/src/components/Comments/Comment/CommentForm.tsx @@ -5,7 +5,7 @@ import { LINK_COMMENT_MODE } from "../../../stores/Annotation/LinkingModes"; import { CommentBase } from "../../../stores/Comment/Comment"; import { TextArea } from "../../../common/TextArea/TextArea"; import type { ActionRefValue } from "../../../common/TextArea/TextArea"; -import { Block, Elem } from "../../../utils/bem"; +import { cn } from "../../../utils/bem"; import { FF_DEV_3873, isFF } from "../../../utils/feature-flags"; import { LinkState } from "./LinkState"; @@ -148,8 +148,12 @@ export const CommentForm: FC = observer(({ commentStore, annot ); return ( - - +
+