Browse Source

Droning building Mon Jan 22 04:58:02 -02 2018

luis 7 năm trước cách đây
mục cha
commit
bd7c82d5c2

+ 4 - 0
browser/vue-flow/src/components/flow/link.vue

@@ -47,17 +47,21 @@ export default {
 .flow-view:not(.activity) .flow-link {
   cursor:pointer;
 }
+
 .flow-link__head{
   fill:#333;
 }
+
 .flow-link {
   stroke:#333;
 }
+
 .flow-link .flow-link__area {
   stroke-width:20;
   stroke: transparent;
   fill: transparent;
 }
+
 .flow-link .flow-link__visible{
   stroke-width:2;
   fill: transparent;

+ 0 - 1
browser/vue-flow/src/components/flow/manager.vue

@@ -148,7 +148,6 @@ export default {
   },
   mounted () {
     this.$flowService.on('document', (v) => {
-      console.log('Updating document')
       if (!v || !v.data || !v.data.nodes) { return }
       const nodes = []