diff --git a/src/app/components/shared/comment/comment.component.ts b/src/app/components/shared/comment/comment.component.ts index ca7f9526f167765693c77728c966866b6782e3f6..2f58d20cd6fbfbb71a51a8c9dc601e851c57bfff 100644 --- a/src/app/components/shared/comment/comment.component.ts +++ b/src/app/components/shared/comment/comment.component.ts @@ -219,7 +219,6 @@ export class CommentComponent implements OnInit, AfterViewInit { } openPresentDialog(comment: Comment): void { - this.goToFullScreen(document.documentElement); if (this.isCreator === true) { this.wsCommentService.highlight(comment); if (!comment.read) {