We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a896e8 commit 690f2b2Copy full SHA for 690f2b2
1 file changed
client/app/controllers/comments_controller.js
@@ -37,7 +37,7 @@ export default class extends Controller {
37
alertDiv.classList.add('hidden');
38
errorList.innerHTML = '';
39
inputText.value = '';
40
- window.location.reload();
+ this.refreshCommentList();
41
}
42
43
0 commit comments