Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@ export class LongTextEditor implements Editor {
protected _bindEventService: BindingEventService;
protected _defaultTextValue: any;
protected _locales: Locale;
protected _timer?: NodeJS.Timeout;
protected _timer?: any;
protected _currentLengthElm!: HTMLSpanElement;
protected _textareaElm!: HTMLTextAreaElement;
protected _wrapperElm!: HTMLDivElement;

0 comments on commit 177b68f

Please sign in to comment.