Skip to content

Commit

Permalink
fix(module:auto-complete): close the panel when tapping scrollbar on …
Browse files Browse the repository at this point in the history
…Windows

close NG-ZORRO#4333
  • Loading branch information
hsuanxyz committed Dec 11, 2019
1 parent aae3ce3 commit 3105892
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ export class NzAutocompleteTriggerDirective implements ControlValueAccessor, OnD
}

handleBlur(): void {
this.closePanel();
this._onTouched();
}

Expand Down

0 comments on commit 3105892

Please sign in to comment.