Skip to content
Snippets Groups Projects
Commit 9ee022f6 authored by Lukas Mauß's avatar Lukas Mauß Committed by Klaus-Dieter Quibeldey-Cirkel
Browse files

Open 'create-question'-dialog directly after joining a session

parent 5d8925b4
Branches
Tags
No related merge requests found
...@@ -104,6 +104,9 @@ export class CommentListComponent implements OnInit { ...@@ -104,6 +104,9 @@ export class CommentListComponent implements OnInit {
this.translateService.get('comment-list.search').subscribe(msg => { this.translateService.get('comment-list.search').subscribe(msg => {
this.searchPlaceholder = msg; this.searchPlaceholder = msg;
}); });
if (this.userRole === UserRole.PARTICIPANT) {
this.openCreateDialog();
}
} }
checkScroll(): void { checkScroll(): void {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment