Made it possible to edit a workflow's name and details from within the workflow editor

This commit is contained in:
frikky
2022-06-17 00:19:12 +02:00
parent 53acacf746
commit a792766b3b
2 changed files with 69 additions and 4 deletions
+9
View File
@@ -173,6 +173,15 @@ const data = [
label: "data(label)",
},
},
{
selector: "node[?canConnect]",
css: {
"border-color": "#f86a3e",
"border-width": "10px",
"z-index": "5002",
"background-color": "#f86a3e",
},
},
{
selector: "node[?isDescriptor]",
css: {