diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 8b4cca38..ffd82405 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -477,7 +477,7 @@ export default class Comment extends Component { mix="comment__input" mods={{ mode: 'edit' }} onSubmit={this.onEdit} - onCancel={this.toggleReplying} + onCancel={this.toggleEditing} id={o.id} value={o.orig} autoFocus