diff options
Diffstat (limited to 'client/src/app/shared/shared-forms/markdown-textarea.component.ts')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.ts b/client/src/app/shared/shared-forms/markdown-textarea.component.ts index 7e2d3e4f4..036fab3d9 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.ts +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.ts | |||
@@ -37,6 +37,8 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit { | |||
37 | 37 | ||
38 | @Input() name = 'description' | 38 | @Input() name = 'description' |
39 | 39 | ||
40 | @Input() dir: string | ||
41 | |||
40 | @ViewChild('textarea') textareaElement: ElementRef | 42 | @ViewChild('textarea') textareaElement: ElementRef |
41 | @ViewChild('previewElement') previewElement: ElementRef | 43 | @ViewChild('previewElement') previewElement: ElementRef |
42 | 44 | ||