We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca8bbb commit 6b589d5Copy full SHA for 6b589d5
src/common/utils/debounce.ts
@@ -20,7 +20,6 @@ class SimpleDebounceImpl implements SimpleDebounce {
20
public dispose(): void {
21
if (this.timeout) {
22
clearTimeout(this.timeout);
23
- this.timeout = undefined;
24
}
25
26
0 commit comments