Эх сурвалжийг харах

fix:连线-自动播放问题

ananzhusen 10 сар өмнө
parent
commit
d1eba34200

+ 6 - 0
src/views/components/PenAnimates.vue

@@ -581,6 +581,12 @@ const delAnimate = (i: number) => {
       frames:[]
     })
   }
+  if(props.pen.type){
+    meta2d.setValue({
+      id:props.pen.id,
+      autoPlay:undefined,
+    });
+  }
   props.pen.animations.splice(i, 1);
   animate.value = undefined;
 };