fixup! Add "OFFSET" to Stream.tsx
This commit is contained in:
parent
270e9a06ff
commit
1d8f34b587
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ interface Props {
|
||||||
Provides a number that increments the value of the 'top'
|
Provides a number that increments the value of the 'top'
|
||||||
parameter given to scrollBy() during auto-scroll. This
|
parameter given to scrollBy() during auto-scroll. This
|
||||||
variable came from the scroll height provided by iOS being
|
variable came from the scroll height provided by iOS being
|
||||||
less than expected.
|
slightly less than expected.
|
||||||
*/
|
*/
|
||||||
const OFFSET = 100;
|
const OFFSET = 100;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue