Tom Zelazny

Results 2 comments of Tom Zelazny

This is because of the checkOverflow function in output.tsx: ``` private checkOverflow(): boolean { var node: any = ReactDOM.findDOMNode(this); return node.scrollTop + node.offsetHeight === node.scrollHeight; } ``` it seems as...

After testing, the Math.ceil does **not** fix the problem, any fix that uses scrollTop, offestHeight and scollHeight or other browser window properties seems pretty susceptible to alot of edge cases....