@zhongguo168a/yxeditor-common 0.0.67 → 0.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.esm.js CHANGED
@@ -3882,7 +3882,7 @@ class ViewRepo extends ViewDict {
3882
3882
  if (com) {
3883
3883
  return com.routeView;
3884
3884
  }
3885
- current = node.parent;
3885
+ current = current.parent;
3886
3886
  }
3887
3887
  return null;
3888
3888
  }