mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +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({
|
this.setState({
|
||||||
suggestedBinding: hoveredElement,
|
suggestedBinding: hoveredElement,
|
||||||
});
|
});
|
||||||
|
} else if (this.state.suggestedBinding) {
|
||||||
|
this.setState({
|
||||||
|
suggestedBinding: null,
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user