ananzhusen 1 anno fa
parent
commit
74346f334e
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      src/views/components/Graphics.vue

+ 3 - 3
src/views/components/Graphics.vue

@@ -1916,9 +1916,9 @@ const delComponent = async () => {
   let fullname: string =
     delDialog.contextmenuObj.component.fullname ||
     delDialog.contextmenuObj.component.image;
-  if (imageDrive && fullname.startsWith(imageDrive)) {
-    fullname = fullname.slice(imageDrive.length);
-  }
+  //if (imageDrive && fullname.startsWith(imageDrive)) {
+  //  fullname = fullname.slice(imageDrive.length);
+  //}
   if(fullname.startsWith('/file')) {
     fullname = fullname.slice('/file'.length);
   }