diff --git a/src/app/components/shared/comment-list/comment-list.component.ts b/src/app/components/shared/comment-list/comment-list.component.ts
index c399bfdca766917ba2e44d4ba9d5ad5306621e2b..e6708d4e7568808724ff1354fd08f45a2145fc79 100644
--- a/src/app/components/shared/comment-list/comment-list.component.ts
+++ b/src/app/components/shared/comment-list/comment-list.component.ts
@@ -453,7 +453,10 @@ export class CommentListComponent implements OnInit, OnDestroy {
       this.filteredComments = this.commentsFilteredByTime;
       this.hideCommentsList = false;
       this.currentFilter = '';
+      this.selectedTag = '';
+      this.selectedKeyword = '';
       this.sortComments(this.currentSort);
+      CommentFilterOptions.writeFilterStatic(this.getCurrentFilter());
       return;
     }
     this.filteredComments = this.commentsFilteredByTime.filter(c => {