Shun Miyazawa 2 лет назад
Родитель
Сommit
359e4b8e9b
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/app/src/components/PageComment/CommentEditor.tsx

+ 1 - 1
apps/app/src/components/PageComment/CommentEditor.tsx

@@ -190,7 +190,7 @@ export const CommentEditor = (props: CommentEditorProps): JSX.Element => {
         onCommentButtonClicked();
       }
 
-      // To open a new comment editor after commenting
+      // Insert empty string as new comment editor is opened after comment
       codeMirrorEditor?.initDoc('');
     }
     catch (err) {