fix arrows
This commit is contained in:
parent
a3475a74df
commit
e042ac3061
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ export class ArrowSession extends BaseSession {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
!(currentBindingId || initialBinding) &&
|
!(currentBindingId || initialBinding) &&
|
||||||
Vec.dist(currentShape.handles.start.point, currentShape.handles.end.point) > 2
|
Vec.dist(currentShape.handles.start.point, currentShape.handles.end.point) < 4
|
||||||
) {
|
) {
|
||||||
return this.cancel()
|
return this.cancel()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue