We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd3bf5e commit 177b68fCopy full SHA for 177b68f
src/app/modules/angular-slickgrid/editors/longTextEditor.ts
@@ -30,7 +30,7 @@ export class LongTextEditor implements Editor {
30
protected _bindEventService: BindingEventService;
31
protected _defaultTextValue: any;
32
protected _locales: Locale;
33
- protected _timer?: NodeJS.Timeout;
+ protected _timer?: any;
34
protected _currentLengthElm!: HTMLSpanElement;
35
protected _textareaElm!: HTMLTextAreaElement;
36
protected _wrapperElm!: HTMLDivElement;
0 commit comments