mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-10-08 16:49:53 +02:00
simplify app and pointer down state
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Point } from "points-on-curve";
|
||||
import { type Point } from "points-on-curve";
|
||||
import {
|
||||
type Radians,
|
||||
point,
|
||||
@@ -15,7 +15,7 @@ import {
|
||||
import { updateBoundElements } from "./binding";
|
||||
import { mutateElement } from "./mutateElement";
|
||||
import { TransformHandleType } from "./transformHandles";
|
||||
import {
|
||||
import type {
|
||||
ElementsMap,
|
||||
ExcalidrawElement,
|
||||
ExcalidrawImageElement,
|
||||
|
Reference in New Issue
Block a user