mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Allow better updating if the tooltip is designed to stick around, rather than just appearing on hover
This commit is contained in:
parent
bf4e3364b4
commit
cb101b0a3b
@ -49,6 +49,14 @@ module.exports = React.createClass({
|
||||
}
|
||||
},
|
||||
|
||||
componentDidUpdate: function() {
|
||||
dis.dispatch({
|
||||
action: 'view_tooltip',
|
||||
tooltip: this.tooltip,
|
||||
parent: this.props.parent,
|
||||
});
|
||||
},
|
||||
|
||||
// Remove the wrapper element, as the tooltip has finished using it
|
||||
componentWillUnmount: function() {
|
||||
dis.dispatch({
|
||||
|
Loading…
Reference in New Issue
Block a user