fixup! Add "OFFSET" to Stream.tsx

This commit is contained in:
0x1eef 2023-12-04 00:14:59 -03:00
parent 01d7e4f6fb
commit 5264b846f6

View file

@ -18,7 +18,7 @@ interface Props {
Provides a number that increments the value of the 'top'
parameter given to scrollBy() during auto-scroll. This
variable came from the scroll height provided by iOS being
less than expected.
slightly less than expected.
*/
const OFFSET = 100;