Fix issue when switching between cards
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
@@ -223,7 +223,6 @@ class ActivityService {
|
||||
loadComments(id) {
|
||||
this.commentCollection.reset();
|
||||
this.commentCollection.setObjectId(id);
|
||||
this.commentCollection.fetchNext();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user