Amit Diamant
Results
2
comments of
Amit Diamant
This also works: ``` // prevents scroll-position jumping overflows.forEach(function (el) { if (el.node.scrollTop !== el.scrollTop) { el.node.scrollTop = el.scrollTop; } }); ```
Hey @nmwsharp @luca-morreale any update regarding official custom texture support? Badly needed here :D