bill il y a 1 an
Parent
commit
ba5e9efe03
2 fichiers modifiés avec 1 ajouts et 3 suppressions
  1. 0 1
      src/board/packages/entity.ts
  2. 1 2
      src/board/shared/entity-utils.ts

+ 0 - 1
src/board/packages/entity.ts

@@ -4,7 +4,6 @@ import { DEV } from "../env";
 import { Group } from "konva/lib/Group";
 import { Layer } from "konva/lib/Layer";
 import { Stage } from "konva/lib/Stage";
-import { depPartialUpdate } from "../shared/util";
 import { reactive, toRaw, watch, watchEffect } from "vue";
 import {
   DragHandlers,

+ 1 - 2
src/board/shared/entity-utils.ts

@@ -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