Allow better updating if the tooltip is designed to stick around, rather than just appearing on hover

pull/2110/head
wmwragg 2016-09-02 18:50:47 +01:00
parent bf4e3364b4
commit cb101b0a3b
1 changed files with 8 additions and 0 deletions

View File

@ -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({