forked from cybrespace/pinafore
		
	reduce viewport render factor for better scrolling perf
This commit is contained in:
		
							parent
							
								
									56f7efb78f
								
							
						
					
					
						commit
						8bd3cf24e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -2,7 +2,7 @@ import { mark, stop } from '../../_utils/marks'
 | 
			
		|||
import { RealmStore } from '../../_utils/RealmStore'
 | 
			
		||||
import { reselect } from '../../_utils/reselect'
 | 
			
		||||
 | 
			
		||||
const VIEWPORT_RENDER_FACTOR = 3
 | 
			
		||||
const VIEWPORT_RENDER_FACTOR = 1.5
 | 
			
		||||
 | 
			
		||||
class VirtualListStore extends RealmStore {
 | 
			
		||||
  constructor (state) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue