Fixed gap binding

This commit is contained in:
Mark Tolmacs 2025-02-28 22:07:47 +01:00
parent f363fcabd8
commit dca9fbe306
12 changed files with 169 additions and 216 deletions

View file

@ -13,6 +13,8 @@ import { useCallback, useImperativeHandle, useRef } from "react";
import {
isLineSegment,
isCurve,
type Curve,
type GlobalPoint,
type LineSegment,
} from "@excalidraw/math";