diff --git a/bzGraflow.js b/bzGraflow.js index 77be0bc..60b6b0a 100644 --- a/bzGraflow.js +++ b/bzGraflow.js @@ -235,7 +235,7 @@ class BZgraflow extends Buildoz{ const childEl = document.createElement('bz-graflow') childEl.isSubflow = true childEl.currentOrientation = this.currentOrientation - const inheritedAttrs = ['orientation', 'gapx', 'gapy', 'tween', 'align', 'tension', 'wiretype', 'edit'] + const inheritedAttrs = ['orientation', 'gapx', 'gapy', 'tween', 'align', 'tension', 'wiretype', 'edit'] // ! Not 'isolated' ! for(const attrName of inheritedAttrs){ if(this.hasAttribute(attrName)) childEl.setAttribute(attrName, this.getAttribute(attrName)) }