diff --git a/src/extra/debounce.ts b/src/extra/debounce.ts index 4e46ae2..e1a2a8a 100644 --- a/src/extra/debounce.ts +++ b/src/extra/debounce.ts @@ -18,7 +18,7 @@ class DebounceOperator implements Operator { _stop(): void { this.ins._remove(this); this.out = null as any; - this.id = null; + this.clearInterval(); } clearInterval() {