Skip to content

Commit

Permalink
Re-add the queue removal in setConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Feb 28, 2019
1 parent b750a52 commit be1afac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/debounce.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export class Debouncer {
this._timer = this._asyncModule.run(() => {
this._timer = null;
this._callback();
debouncerQueue.delete(this);
});
}
/**
Expand Down

0 comments on commit be1afac

Please sign in to comment.