fix: allow box selection of points when inside editor (#5594)
This commit is contained in:
@ -3060,7 +3060,7 @@ class App extends React.Component<AppProps, AppState> {
|
||||
setCursor(this.canvas, CURSOR_TYPE.MOVE);
|
||||
}
|
||||
} else if (
|
||||
shouldShowBoundingBox([element]) &&
|
||||
shouldShowBoundingBox([element], this.state) &&
|
||||
isHittingElementBoundingBoxWithoutHittingElement(
|
||||
element,
|
||||
this.state,
|
||||
|
Reference in New Issue
Block a user