increase the render factor until I can figure out how to fix the list offsets
This commit is contained in:
parent
ec73ce8149
commit
98b8ea1c67
|
@ -2,7 +2,7 @@ import { mark, stop } from '../../_utils/marks'
|
|||
import { RealmStore } from '../../_utils/RealmStore'
|
||||
import { reselect } from '../../_utils/reselect'
|
||||
|
||||
const RENDER_BUFFER_FACTOR = 1.5
|
||||
const RENDER_BUFFER_FACTOR = 5
|
||||
|
||||
class VirtualListStore extends RealmStore {
|
||||
constructor (state) {
|
||||
|
|
Loading…
Reference in New Issue