Skip to content

Commit 9786664

Browse files
committed
Fixed a problem with comments not showing up when a comment comes through websockets. #2948
1 parent 029f14f commit 9786664

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/webapp/wise5/components/discussion/class-response/class-response.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export class ClassResponse {
4747
if (changes.numreplies != null && !changes.numreplies.isFirstChange()) {
4848
this.expanded = true;
4949
this.injectLinksIntoReplies();
50+
this.showAllReplies();
5051
}
5152
}
5253

0 commit comments

Comments
 (0)