fix: fixed edit issue

This commit is contained in:
2024-06-16 00:58:33 +03:00
parent 0108281ea9
commit 18de4fe6fd
2 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ export class NWUITextAreaComponent implements AfterViewInit {
@Input() disabled = false;
@Input() value = '';
@Input() contenteditable = true;
// eslint-disable-next-line @typescript-eslint/no-empty-function
@Output() leave = new EventEmitter<string>();
@ViewChild('ref') ref: ElementRef<HTMLDivElement> | null = null;