bill 1 年之前
父節點
當前提交
ba5e9efe03
共有 2 個文件被更改,包括 1 次插入3 次删除
  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