소스 검색

fix:combine-custom

ananzhusen 8 달 전
부모
커밋
aee507414b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {