Skip to content

Commit

Permalink
fix: don't use nodejs type to avoid build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 25, 2021
1 parent cd3bf5e commit 177b68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 177b68f

Please sign in to comment.