Explorar el Código

fix:combine-custom

ananzhusen hace 8 meses
padre
commit
aee507414b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/components/PenProps.vue

+ 1 - 1
src/views/components/PenProps.vue

@@ -1620,7 +1620,7 @@ function initPenData() {
     if(!data.pen.props){
       data.pen.props = {};
     }
-    data.pen.props.custom = true;
+    data.pen.props.custom = [];
   }
   if (!data.pen.props.image) {
     if (data.pen.image) {