fix:Arrow tool hover stuck highlight
This commit is contained in:
parent
737f6e08c1
commit
80706f733b
@ -6324,6 +6324,10 @@ class App extends React.Component<AppProps, AppState> {
|
||||
this.setState({
|
||||
suggestedBinding: hoveredElement,
|
||||
});
|
||||
} else if (this.state.suggestedBinding) {
|
||||
this.setState({
|
||||
suggestedBinding: null,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user