Merge pull request #4708 from matrix-org/dbkr/bind_tooltip_render
Fix exceptions from Tooltip
This commit is contained in:
commit
ddc9c67a8b
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ export default class Tooltip extends React.Component<IProps> {
|
||||||
return style;
|
return style;
|
||||||
}
|
}
|
||||||
|
|
||||||
private renderTooltip() {
|
private renderTooltip = () => {
|
||||||
// Add the parent's position to the tooltips, so it's correctly
|
// Add the parent's position to the tooltips, so it's correctly
|
||||||
// positioned, also taking into account any window zoom
|
// positioned, also taking into account any window zoom
|
||||||
// NOTE: The additional 6 pixels for the left position, is to take account of the
|
// NOTE: The additional 6 pixels for the left position, is to take account of the
|
||||||
|
|
Loading…
Reference in a new issue