WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8a659da

Browse files
committed
fix: select fash
1 parent 3003d67 commit 8a659da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/_util/transition.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const getTransitionProps = (transitionName: string, opt: TransitionProps
4141
enterActiveClass: `${transitionName}-enter ${transitionName}-enter-prepare`,
4242
enterToClass: `${transitionName}-enter ${transitionName}-enter-active`,
4343
leaveFromClass: ` ${transitionName}-leave`,
44-
leaveActiveClass: `${transitionName}-leave`,
44+
leaveActiveClass: `${transitionName}-leave ${transitionName}-leave-active`,
4545
leaveToClass: `${transitionName}-leave ${transitionName}-leave-active`,
4646
...opt,
4747
}

0 commit comments

Comments
 (0)