Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit 51c945a

Browse files
committed
Remove leftover from prepare feature
1 parent 48eeb2c commit 51c945a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/csstransitionstate.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export interface CSSTransitionState {
2222
export enum StateID {
2323
ActiveInit,
2424
Active,
25-
PreparedActive,
2625
LeavePending,
2726
LeaveTriggered,
2827
LeaveStarted,
@@ -34,7 +33,7 @@ export enum StateID {
3433
}
3534

3635
export const StateIDList = [
37-
StateID.ActiveInit, StateID.Active, StateID.PreparedActive,
36+
StateID.ActiveInit, StateID.Active,
3837
StateID.DefaultInit, StateID.Default,
3938
StateID.LeavePending, StateID.LeaveTriggered, StateID.LeaveStarted,
4039
StateID.EnterPending, StateID.EnterTriggered, StateID.EnterStarted,

0 commit comments

Comments
 (0)