fxos-components/fxos-fastlist

.scrollTo() seems to get ignored if main thread is busy

wilsonpage opened this issue · 0 comments

When testing on device I found that I couldn't .scrollTo() if called before image start to load. Wrapping the call in a setTimeout seems to fix this.