Commit c0525124 authored by Administrator's avatar Administrator

bugfix: parentNode findout error

parent 4732c15a
......@@ -175,7 +175,7 @@ public class ViewImage {
if (n == 1) {
return parentNode();
}
return parentNode(n - 1);
return parentNode().parentNode(n - 1);
}
public ViewImage nextSibling() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment