File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@types/classnames" : " ^2.2.9" ,
53
53
"@types/jest" : " ^27.4.0" ,
54
+ "@types/keyv" : " ^3.1.4" ,
54
55
"@types/react" : " ^18.0.0" ,
55
56
"@types/react-dom" : " ^18.0.0" ,
56
57
"@umijs/fabric" : " ^2.0.3" ,
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ class Pagination extends React.Component {
425
425
} ,
426
426
{ } ,
427
427
) ;
428
-
428
+
429
429
const totalText = showTotal && (
430
430
< li className = { `${ prefixCls } -total-text` } >
431
431
{ showTotal ( total , [
@@ -671,7 +671,7 @@ class Pagination extends React.Component {
671
671
pagerList . push ( lastPager ) ;
672
672
}
673
673
}
674
-
674
+
675
675
const prevDisabled = ! this . hasPrev ( ) || ! allPages ;
676
676
const nextDisabled = ! this . hasNext ( ) || ! allPages ;
677
677
return (
@@ -680,7 +680,6 @@ class Pagination extends React.Component {
680
680
[ `${ prefixCls } -disabled` ] : disabled ,
681
681
} ) }
682
682
style = { style }
683
- unselectable = "unselectable"
684
683
ref = { this . savePaginationNode }
685
684
{ ...dataOrAriaAttributeProps }
686
685
>
You can’t perform that action at this time.
0 commit comments