bill 1 year ago
parent
commit
a4f01c7251
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/view/case/draw/edit-shape/index.ts

+ 1 - 0
src/view/case/draw/edit-shape/index.ts

@@ -8,6 +8,7 @@ export const components: { [key in string]: any } = reactive({});
 const map = {
   label: ["Circle", "Rectangle", "Wall", "Arrow"],
   image: [...images, customImage],
+  delete: ["Icon"],
 };
 
 Object.entries(componentLoads).map(([name, fn]) => {