This commit is contained in:
Ian Gulliver
2019-07-13 05:06:48 +00:00
parent a93e3dc2f6
commit cbe56098da
6 changed files with 5 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ class EditorNode extends EditorInputBase {
isSoft() {
// Nested nodes are presumed to be references to other nodes if they exist
let iter = this.elem_.parentElement;
for (let iter = this.elem_.parentElement; iter; iter = iter.parentElement) {
if (iter.xArchObj) {
return true;