Cloud Sync for workflow bugfixes

This commit is contained in:
Frikky
2025-02-10 01:59:52 +01:00
parent 16d71d4651
commit b35693c4ef
4 changed files with 108 additions and 52 deletions
+4 -1
View File
@@ -95,6 +95,9 @@ const data = [
{
selector: `node[type="COMMENT"]`,
css: {
label: function(element) {
return element.data("label")
},
shape: "roundrectangle",
color: "data(color)",
width: "data(width)",
@@ -423,7 +426,7 @@ const data = [
{
selector: "edge.success-highlight",
css: {
width: "5px",
width: "3px",
"target-arrow-color": "#41dcab",
"line-color": "#41dcab",
"transition-property": "line-color, width",