autorefresh dir after compressing

This commit is contained in:
Van 2015-03-22 12:59:25 +08:00
parent 59e260ea6f
commit 0cd5a093d5
1 changed files with 7 additions and 6 deletions

View File

@ -187,7 +187,8 @@ var tree = {
return false;
}
isSucc = true;
var dir = wide.curNode.getParentNode();
tree.fileTree.reAsyncChildNodes(dir, "refresh");
}
});
},