mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
Update text-editor.component.ts
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user