bill 1 anno fa
parent
commit
a4f01c7251
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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]) => {