autorefresh dir after compressing
This commit is contained in:
parent
59e260ea6f
commit
0cd5a093d5
|
@ -187,7 +187,8 @@ var tree = {
|
|||
return false;
|
||||
}
|
||||
|
||||
isSucc = true;
|
||||
var dir = wide.curNode.getParentNode();
|
||||
tree.fileTree.reAsyncChildNodes(dir, "refresh");
|
||||
}
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue