mirror of
https://github.com/xodio/xod.git
synced 2026-03-14 20:56:52 +01:00
fix(xod-client): fix hanging hover effect on Node after moving / drilling down and etc
This commit is contained in:
@@ -43,6 +43,10 @@ class Node extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
componentWillUnmount() {
|
||||
this.onMouseLeave();
|
||||
}
|
||||
|
||||
onMouseDown(event) {
|
||||
this.props.onMouseDown(event, this.props.id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user