From 246736d44de6c63810e90d5e6813cd3eaeb4af59 Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Fri, 18 May 2018 20:20:36 +0300 Subject: [PATCH] fix on edit error --- web/app/components/comment/comment.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index ffd82405..b7b56dab 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -26,6 +26,7 @@ export default class Comment extends Component { this.toggleCollapse = this.toggleCollapse.bind(this); this.toggleUserIdVisibility = this.toggleUserIdVisibility.bind(this); this.scrollToParent = this.scrollToParent.bind(this); + this.onEdit = this.onEdit.bind(this); this.onReply = this.onReply.bind(this); this.onPinClick = this.onPinClick.bind(this); this.onUnpinClick = this.onUnpinClick.bind(this);