mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
lint
This commit is contained in:
parent
1156086b77
commit
ff9d32a3fc
1 changed files with 2 additions and 1 deletions
|
@ -14,6 +14,8 @@ import { getFrameChildren } from "../frame";
|
||||||
import { selectGroupsForSelectedElements } from "../groups";
|
import { selectGroupsForSelectedElements } from "../groups";
|
||||||
import { arrayToMap, easeOut } from "../utils";
|
import { arrayToMap, easeOut } from "../utils";
|
||||||
|
|
||||||
|
import { getContainerElement } from "../element/textElement";
|
||||||
|
|
||||||
import LassoWorker from "./worker?worker&inline";
|
import LassoWorker from "./worker?worker&inline";
|
||||||
|
|
||||||
import type {
|
import type {
|
||||||
|
@ -23,7 +25,6 @@ import type {
|
||||||
} from "../element/types";
|
} from "../element/types";
|
||||||
import type App from "../components/App";
|
import type App from "../components/App";
|
||||||
import type { LassoWorkerInput, LassoWorkerOutput } from "./types";
|
import type { LassoWorkerInput, LassoWorkerOutput } from "./types";
|
||||||
import { getContainerElement } from "../element/textElement";
|
|
||||||
|
|
||||||
export class LassoTrail extends AnimatedTrail {
|
export class LassoTrail extends AnimatedTrail {
|
||||||
private intersectedElements: Set<ExcalidrawElement["id"]> = new Set();
|
private intersectedElements: Set<ExcalidrawElement["id"]> = new Set();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue