Skip to content

Commit

Permalink
fix(module:cascader): fix the problem of disappearing drop-down menu (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
simplejason committed Apr 26, 2022
1 parent a2860fe commit 3d41ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/cascader/cascader.component.ts
Expand Up @@ -130,6 +130,7 @@ const defaultDisplayRender = (labels: string[]): string => labels.join(' / ');
[@slideMotion]="'enter'"
[@.disabled]="noAnimation?.nzNoAnimation"
[nzNoAnimation]="noAnimation?.nzNoAnimation"
(mouseenter)="onTriggerMouseEnter()"
(mouseleave)="onTriggerMouseLeave($event)"
>
<div
Expand Down

0 comments on commit 3d41ce0

Please sign in to comment.