File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " beautiful-react-table" ,
3- "version" : " 7.6.7 " ,
3+ "version" : " 7.6.8 " ,
44 "description" : " My first react typescript package" ,
55 "main" : " ./dist/cjs/index.js" ,
66 "module" : " ./dist/esm/index.js" ,
9393 "ts-loader" : " ^9.4.2" ,
9494 "tslib" : " ^2.5.0"
9595 }
96- }
96+ }
Original file line number Diff line number Diff line change @@ -189,5 +189,6 @@ export const handleEnumColumns = (option: ItemFields[]) => {
189189export function hasScroll ( ) {
190190 const element = document . getElementsByClassName ( 'G-data-scroll' ) [ 0 ]
191191 if ( ! element ) return
192- return element . scrollHeight > element . clientHeight || element . scrollWidth > element . clientWidth
192+ // element.scrollHeight > element.clientHeight ||
193+ return element . scrollWidth > element . clientWidth
193194}
You can’t perform that action at this time.
0 commit comments