mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-04-15 06:06:35 +00:00
Update text-editor.component.ts
This commit is contained in:
parent
13ddddb944
commit
d2271f0421
@ -26,7 +26,7 @@ import { RotationValidator } from '../../../../validators/rotation-validator';
|
||||
styleUrls: ['./text-editor.component.scss']
|
||||
})
|
||||
export class TextEditorDialogComponent implements OnInit {
|
||||
@ViewChild('textArea', {static: false}) textArea: ElementRef;
|
||||
@ViewChild('textArea', {static: true}) textArea: ElementRef;
|
||||
|
||||
server: Server;
|
||||
project: Project;
|
||||
|
Loading…
x
Reference in New Issue
Block a user