Fix the rest except scene and ShapeCache

This commit is contained in:
Marcel Mraz 2025-03-18 11:25:46 +01:00
parent 79021f4b6b
commit 875450a0a1
30 changed files with 100 additions and 125 deletions

View file

@ -44,11 +44,6 @@ import type {
import type { Mutable } from "@excalidraw/excalidraw/utility-types";
import {
getElementAbsoluteCoords,
getLockedLinearCursorAlignSize,
} from "../index";
import {
bindOrUnbindLinearElement,
getHoveredElementForBinding,
@ -64,6 +59,8 @@ import {
isFixedPointBinding,
} from "./typeChecks";
import { getElementAbsoluteCoords, getLockedLinearCursorAlignSize } from "./";
import type { Bounds } from "./bounds";
import type {
NonDeleted,