mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
fix(pagination): missing animation (#3144)
This commit is contained in:
parent
750b466221
commit
68d1629e77
5
.changeset/famous-mice-approve.md
Normal file
5
.changeset/famous-mice-approve.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"@nextui-org/pagination": patch
|
||||
---
|
||||
|
||||
Fixed pagination missing animation (#3138)
|
||||
@ -298,7 +298,8 @@ export function usePagination(originalProps: UsePaginationProps) {
|
||||
() =>
|
||||
pagination({
|
||||
...variantProps,
|
||||
disableCursorAnimation: disableCursorAnimation || disableAnimation,
|
||||
disableAnimation,
|
||||
disableCursorAnimation,
|
||||
}),
|
||||
[objectToDeps(variantProps), disableCursorAnimation, disableAnimation],
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user