1
0
Fork 0
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:
Chocobozzz 2023-07-19 11:03:40 +02:00
parent 15c2303489
commit d430862f00
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 6 additions and 3 deletions

View file

@ -37,6 +37,8 @@ export class MarkdownTextareaComponent implements ControlValueAccessor, OnInit {
@Input() name = 'description'
@Input() dir: string
@ViewChild('textarea') textareaElement: ElementRef
@ViewChild('previewElement') previewElement: ElementRef