David Catuhe 7 роки тому
батько
коміт
3719de32ef
1 змінених файлів з 2 додано та 4 видалено
  1. 2 4
      src/babylon.node.ts

+ 2 - 4
src/babylon.node.ts

@@ -392,10 +392,8 @@
                 return false;
             }
 
-            if (this._parentNode) {
-                if (!this.isSynchronizedWithParent()) {
-                    return false;
-                }
+            if (!this.isSynchronizedWithParent()) {
+                return false;
             }
 
             return this._isSynchronized();