itizawa пре 6 година
родитељ
комит
b0a6cc4416
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/client/js/components/PageComment/CommentEditor.jsx

+ 1 - 0
src/client/js/components/PageComment/CommentEditor.jsx

@@ -98,6 +98,7 @@ class CommentEditor extends React.Component {
    * Post comment with CommentContainer and update state
    */
   postHandler(event) {
+    // TODO GW-61 implementation for reEdit comment
     if (event != null) {
       event.preventDefault();
     }