mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-19 07:20:21 +02:00
fix: hit test for closed sharp curves (#7881)
This commit is contained in:
@@ -4383,6 +4383,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
|
||||
return shouldTestInside(element)
|
||||
? getClosedCurveShape(
|
||||
element,
|
||||
roughShape,
|
||||
[element.x, element.y],
|
||||
element.angle,
|
||||
|
Reference in New Issue
Block a user