fix: Turn into inside bind when angle locked (#10479)
Signed-off-by: Mark Tolmacs <mark@lazycat.hu>
This commit is contained in:
@@ -8619,7 +8619,12 @@ class App extends React.Component<AppProps, AppState> {
|
||||
]),
|
||||
this.scene,
|
||||
this.state,
|
||||
{ newArrow: true, altKey: event.altKey, initialBinding: true },
|
||||
{
|
||||
newArrow: true,
|
||||
altKey: event.altKey,
|
||||
initialBinding: true,
|
||||
angleLocked: shouldRotateWithDiscreteAngle(event.nativeEvent),
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user