|
@@ -5,9 +5,8 @@ import { EntityType, Entity } from "../packages/entity";
|
|
|
import { Attrib, ShapeType } from "../type";
|
|
|
import { getTouchOffset } from "./act";
|
|
|
import { createLineByDire, getLineProjection } from "./math";
|
|
|
-import { inRevise } from "./public";
|
|
|
import { disableMouse, enableMouse } from "./shape-mose";
|
|
|
-import { generateId, getChangeAllPoart, getChangePart } from "./util";
|
|
|
+import { generateId, getChangeAllPoart } from "./util";
|
|
|
|
|
|
const getExtendsProps = (parent: Entity<any, any>) => {
|
|
|
return parent
|