mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Refactor ResizeArrowFnType to resolve Codesandbox parsing error (#1338)
This commit is contained in:
parent
8efe0b7d05
commit
9761d7ea50
4 changed files with 17 additions and 13 deletions
|
@ -21,7 +21,6 @@ import {
|
|||
getDrawingVersion,
|
||||
getSyncableElements,
|
||||
newLinearElement,
|
||||
ResizeArrowFnType,
|
||||
resizeElements,
|
||||
getElementWithResizeHandler,
|
||||
canResizeMutlipleElements,
|
||||
|
@ -52,7 +51,11 @@ import {
|
|||
|
||||
import { renderScene } from "../renderer";
|
||||
import { AppState, GestureEvent, Gesture } from "../types";
|
||||
import { ExcalidrawElement, ExcalidrawTextElement } from "../element/types";
|
||||
import {
|
||||
ExcalidrawElement,
|
||||
ExcalidrawTextElement,
|
||||
ResizeArrowFnType,
|
||||
} from "../element/types";
|
||||
|
||||
import { distance2d, isPathALoop } from "../math";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue