Add: states to use all 7 rows
This commit is contained in:
@@ -1034,7 +1034,7 @@ fn default_animation_for_state(state: FrontendState) -> &'static str {
|
||||
FrontendState::Active => "active",
|
||||
FrontendState::Success => "success",
|
||||
FrontendState::Error => "error",
|
||||
FrontendState::Dragging => "idle",
|
||||
FrontendState::Dragging => "dragging",
|
||||
FrontendState::Hidden => "idle",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user