diff --git a/frontend/app/components/comment/comment.tsx b/frontend/app/components/comment/comment.tsx index ed80a559..8e26d963 100644 --- a/frontend/app/components/comment/comment.tsx +++ b/frontend/app/components/comment/comment.tsx @@ -542,10 +542,10 @@ export class Comment extends Component { ); } - if (this.props.inView === false) { + if (!props.editMode && this.props.inView === false) { const [width, height] = this.base ? [this.base.scrollWidth, this.base.scrollHeight] : [100, 100]; return ( -