BottomSheet: improve hero animation
This commit is contained in:
parent
71434e5293
commit
15e2bf3304
5 changed files with 11 additions and 9 deletions
|
@ -185,7 +185,6 @@ function randomChoose<T extends any[]>(
|
|||
K: T,
|
||||
): T extends Array<infer E> ? E : never {
|
||||
const idx = Math.floor(rn * K.length);
|
||||
console.log(idx, K.length);
|
||||
return K[idx];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue