mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fixed gap binding
This commit is contained in:
parent
f363fcabd8
commit
dca9fbe306
12 changed files with 169 additions and 216 deletions
|
@ -13,6 +13,8 @@ import { useCallback, useImperativeHandle, useRef } from "react";
|
|||
|
||||
import {
|
||||
isLineSegment,
|
||||
isCurve,
|
||||
type Curve,
|
||||
type GlobalPoint,
|
||||
type LineSegment,
|
||||
} from "@excalidraw/math";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue