Skip to content

Commit

Permalink
chore: revert changes for try to fix chip-filter with multi-dropdown …
Browse files Browse the repository at this point in the history
…clear button
  • Loading branch information
AndyKIron committed Mar 28, 2024
1 parent 628b1d4 commit e438ff7
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,7 @@ export abstract class MultiDropdownBaseComponent extends DropdownBaseComponent i
.asObservable()
.pipe(takeUntil(this.onDestroy$))
.subscribe(_ => {
setTimeout(() => {
this.clearAll();
this.applySelect(true);
console.log('resetState$');
}, 250);
this.applySelect(true);
});
}

Expand Down

0 comments on commit e438ff7

Please sign in to comment.