提交 9c17721e 编写于 作者: J Joao Moreno

should not refresh children which are collapsed

上级 61a3e0d3
......@@ -516,7 +516,7 @@ export class Item {
}));
} else {
return WinJS.Promise.join(this.mapEachChild((child) => {
if (child.needsChildrenRefresh) {
if (child.isExpanded() && child.needsChildrenRefresh) {
return child.doRefresh(recursive, true);
} else {
child.updateVisibility();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册