mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-17 22:40:54 +02:00
fix:Arrow tool hover stuck highlight
This commit is contained in:
@@ -6324,6 +6324,10 @@ class App extends React.Component<AppProps, AppState> {
|
||||
this.setState({
|
||||
suggestedBinding: hoveredElement,
|
||||
});
|
||||
} else if (this.state.suggestedBinding) {
|
||||
this.setState({
|
||||
suggestedBinding: null,
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user