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 5151 "devDependencies" : {
5252 "@types/classnames" : " ^2.2.9" ,
5353 "@types/jest" : " ^27.4.0" ,
54+ "@types/keyv" : " ^3.1.4" ,
5455 "@types/react" : " ^18.0.0" ,
5556 "@types/react-dom" : " ^18.0.0" ,
5657 "@umijs/fabric" : " ^2.0.3" ,
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ class Pagination extends React.Component {
425425 } ,
426426 { } ,
427427 ) ;
428-
428+
429429 const totalText = showTotal && (
430430 < li className = { `${ prefixCls } -total-text` } >
431431 { showTotal ( total , [
@@ -671,7 +671,7 @@ class Pagination extends React.Component {
671671 pagerList . push ( lastPager ) ;
672672 }
673673 }
674-
674+
675675 const prevDisabled = ! this . hasPrev ( ) || ! allPages ;
676676 const nextDisabled = ! this . hasNext ( ) || ! allPages ;
677677 return (
@@ -680,7 +680,6 @@ class Pagination extends React.Component {
680680 [ `${ prefixCls } -disabled` ] : disabled ,
681681 } ) }
682682 style = { style }
683- unselectable = "unselectable"
684683 ref = { this . savePaginationNode }
685684 { ...dataOrAriaAttributeProps }
686685 >
You can’t perform that action at this time.
0 commit comments