Skip to content

Commit

Permalink
Fixed #10099 - Password Component onAnimationStart invalid State case
Browse files Browse the repository at this point in the history
  • Loading branch information
yigitfindikli committed Apr 14, 2021
1 parent 4d7850b commit 4d63b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/password/password.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class Password implements AfterContentInit,OnInit {
this.bindResizeListener();
break;

case 'hidden':
case 'void':
this.unbindScrollListener();
this.unbindResizeListener();
this.overlay = null;
Expand Down

0 comments on commit 4d63b39

Please sign in to comment.