matrix-react-sdk
5e569d75 - Fix exceptions from Tooltip

Commit
5 years ago
Fix exceptions from Tooltip renderTooltip was not a bound function and so was failing to find the parent when called from the 'scroll' event listener because 'this' was the window object rather than the Tooltip object. Unsure at what point this broke - I assumed it was in thr recent typescript conversion but it looks like it would have had the same problem before.
Author
Parents
Loading