This commit is contained in:
Ryan Di 2025-03-31 17:55:01 +11:00
parent 899304c5ef
commit d56b9777c3

View file

@ -23,6 +23,8 @@ import {
import { getElementLineSegments } from "@excalidraw/element/bounds";
import type { ExcalidrawElement } from "@excalidraw/element/types";
import { act, render } from "../tests/test-utils";
import { Excalidraw } from "../index";
@ -30,7 +32,6 @@ import { getSelectedElements } from "../scene";
import { updateSelection } from "./worker";
import type { ExcalidrawElement } from "@excalidraw/element/types";
import type { ElementsSegmentsMap } from "./types";
const { h } = window;