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