diff --git a/src/app/components/creator/_dialogs/comment-export/comment-export.component.ts b/src/app/components/creator/_dialogs/comment-export/comment-export.component.ts index 86497298d20de8a301fe2d18e04095fe8cb2f900..f947184522883edc832fb1b74fd3245777b1b67c 100644 --- a/src/app/components/creator/_dialogs/comment-export/comment-export.component.ts +++ b/src/app/components/creator/_dialogs/comment-export/comment-export.component.ts @@ -17,8 +17,7 @@ export class CommentExportComponent implements OnInit { roomId: string; constructor(public dialogRef: MatDialogRef<CommentCreatorPageComponent>, - private commentService: CommentService, - ) { } + private commentService: CommentService) { } ngOnInit() { this.currentButton = 'json'; diff --git a/src/app/components/creator/comment-creator-page/comment-creator-page.component.ts b/src/app/components/creator/comment-creator-page/comment-creator-page.component.ts index b3906468f7c478a9717d50c86c1c17be407d3929..cdd887fc0273b06dc866ae8158bfacc0cfdba422 100644 --- a/src/app/components/creator/comment-creator-page/comment-creator-page.component.ts +++ b/src/app/components/creator/comment-creator-page/comment-creator-page.component.ts @@ -26,7 +26,7 @@ export class CommentCreatorPageComponent implements OnInit { this.commentService.exportButtonClicked(false); if (this.dialog.openDialogs.length === 0) { this.dialog.open(CommentExportComponent, { - width: '400px', height: '300px' + width: '400px', height: '300px', restoreFocus: false }); } } diff --git a/src/app/components/shared/comment-list/comment-list.component.scss b/src/app/components/shared/comment-list/comment-list.component.scss index b165e55f2beadd53ff923496809b2434d9547ad7..c1bb2f0550977f919c7035e001fb7edbf423f9d8 100644 --- a/src/app/components/shared/comment-list/comment-list.component.scss +++ b/src/app/components/shared/comment-list/comment-list.component.scss @@ -26,7 +26,6 @@ input { margin-bottom: 10px; } - .add-button { width: 44px!important; height: 44px!important;