@@ -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;
@@ -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 = []