mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix lint errors
This commit is contained in:
parent
dff60e6f6f
commit
c0915c6b98
2 changed files with 1 additions and 5 deletions
|
@ -553,10 +553,7 @@ export const convertToExcalidrawElements = (
|
|||
type: "arrow",
|
||||
});
|
||||
|
||||
Object.assign(
|
||||
excalidrawElement,
|
||||
pointExtent(excalidrawElement.points),
|
||||
);
|
||||
Object.assign(excalidrawElement, pointExtent(excalidrawElement.points));
|
||||
break;
|
||||
}
|
||||
case "text": {
|
||||
|
|
|
@ -6,7 +6,6 @@ import {
|
|||
pointOnLineSegment,
|
||||
pointOnPolygon,
|
||||
polygonIncludesPoint,
|
||||
segmentsIntersectAt,
|
||||
} from "../../math";
|
||||
import { pointInEllipse, pointOnEllipse, type Ellipse } from "./shape";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue