Selaa lähdekoodia

fix:连线默认弯曲不处理全部连线

JosephHo 10 kuukautta sitten
vanhempi
sitoutus
cc74e6c1a1
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/components/FileProps.vue

+ 2 - 2
src/views/components/FileProps.vue

@@ -508,8 +508,8 @@ const fileRemoved = () => {
 const changeLineIntersect = (e:any)=>{
   setExtendData('lineIntersect',e);
   if(e){
-    lineCross(true);
-    handleLineCross(meta2d.store.active.length>0);
+    lineCross(false);
+    // handleLineCross(meta2d.store.active.length>0);
   }else{
     clearLineCross();
   }