fix: fixed edit issue
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user