Skip to content

Commit

Permalink
chore: fix time value
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Aug 23, 2024
1 parent 1c6186b commit e74dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/theme/src/services/modal/modal.helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export class ModalHelper {
}
}),
filter(() => focus != null),
delay(modalOptions?.nzNoAnimation ? 10 : 200)
delay(modalOptions?.nzNoAnimation ? 10 : 241)
)
.subscribe(() => {
const btns = subject
Expand Down

0 comments on commit e74dd0f

Please sign in to comment.