Skip to content

Commit 177b68f

Browse files
committed
fix: don't use nodejs type to avoid build issue
1 parent cd3bf5e commit 177b68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/modules/angular-slickgrid/editors/longTextEditor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class LongTextEditor implements Editor {
3030
protected _bindEventService: BindingEventService;
3131
protected _defaultTextValue: any;
3232
protected _locales: Locale;
33-
protected _timer?: NodeJS.Timeout;
33+
protected _timer?: any;
3434
protected _currentLengthElm!: HTMLSpanElement;
3535
protected _textareaElm!: HTMLTextAreaElement;
3636
protected _wrapperElm!: HTMLDivElement;

0 commit comments

Comments
 (0)