Allow better updating if the tooltip is designed to stick around, rather than just appearing on hover
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