Fixed gap binding

This commit is contained in:
Mark Tolmacs 2025-02-28 22:07:47 +01:00
parent ca5e9c3ad9
commit fbc5e4a03d
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";