mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Force ltr on code inputs
This commit is contained in:
parent
15c2303489
commit
d430862f00
4 changed files with 6 additions and 3 deletions
|
@ -37,6 +37,8 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
|
|||
|
||||
@Input() name = 'description'
|
||||
|
||||
@Input() dir: string
|
||||
|
||||
@ViewChild('textarea') textareaElement: ElementRef
|
||||
@ViewChild('previewElement') previewElement: ElementRef
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue