Comparing version 0.0.15 to 0.0.16
@@ -96,3 +96,3 @@ "use strict"; | ||
console.time("Ordering"); | ||
document.querySelectorAll(".node").forEach(function (e) { | ||
this.workflow.querySelectorAll(".node").forEach(function (e) { | ||
_this.workflow.appendChild(e); | ||
@@ -566,5 +566,2 @@ }); | ||
var parentNode = el; | ||
if (el.classList.contains(parentClass)) { | ||
debugger; | ||
} | ||
while (parentNode) { | ||
@@ -571,0 +568,0 @@ if (parentNode.classList.contains(parentClass)) { |
@@ -10,3 +10,3 @@ { | ||
"description": "A library for generating an interactive SVG visualization of CWL workflows", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"dependencies": { | ||
@@ -13,0 +13,0 @@ "core-js": "^2.4.1", |
Sorry, the diff of this file is not supported yet
125512
1494