Update text-editor.component.ts

This commit is contained in:
Piotr Pekala
2019-07-30 01:17:45 -07:00
parent 13ddddb944
commit d2271f0421

View File

@ -26,7 +26,7 @@ import { RotationValidator } from '../../../../validators/rotation-validator';
styleUrls: ['./text-editor.component.scss'] styleUrls: ['./text-editor.component.scss']
}) })
export class TextEditorDialogComponent implements OnInit { export class TextEditorDialogComponent implements OnInit {
@ViewChild('textArea', {static: false}) textArea: ElementRef; @ViewChild('textArea', {static: true}) textArea: ElementRef;
server: Server; server: Server;
project: Project; project: Project;