File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 44#  dependencies
55node_modules 
66
7+ #  publish
8+ .npmrc 
9+ 
710#  builds
811build 
912dist 
Original file line number Diff line number Diff line change 11{
22  "name" : " react-fluid-table" 
3-   "version" : " 1.2.5 " 
3+   "version" : " 1.2.6 " 
44  "description" : " A React table inspired by @tanstack/react-virtual" 
55  "author" : " Mckervin Ceme <mckervinc@live.com>" 
66  "license" : " MIT" 
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ function BaseList<T>(
7575  } ) ; 
7676
7777  // constants 
78-   const  isScrollHorizontal  =  ( innerRef . current ?. scrollWidth  ||  0 )  +   16   >  innerWidth ; 
78+   const  isScrollHorizontal  =  ( innerRef . current ?. scrollWidth  ||  0 )  >  innerWidth   +   16 ; 
7979  const  items  =  virtualizer . getVirtualItems ( ) ; 
8080  const  {  fixedWidth,  remainingCols }  =  widthConstants ; 
8181
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments