Skip to content

Commit 3d41ce0

Browse files
authored
fix(module:cascader): fix the problem of disappearing drop-down menu (#7381)
1 parent a2860fe commit 3d41ce0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/cascader/cascader.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ const defaultDisplayRender = (labels: string[]): string => labels.join(' / ');
130130
[@slideMotion]="'enter'"
131131
[@.disabled]="noAnimation?.nzNoAnimation"
132132
[nzNoAnimation]="noAnimation?.nzNoAnimation"
133+
(mouseenter)="onTriggerMouseEnter()"
133134
(mouseleave)="onTriggerMouseLeave($event)"
134135
>
135136
<div

0 commit comments

Comments
 (0)