fix(client) goToParentDir

This commit is contained in:
coderaiser 2018-03-29 13:17:51 +03:00
parent bfcb075480
commit eab4d3cc57

View file

@ -584,7 +584,7 @@ function CloudCmdProto(Util, DOM) {
if (dirPath === parentDirPath)
return;
const path = Info.dirPath || parentDirPath;
const path = parentDirPath;
CloudCmd.loadDir({path}, () => {
const {panel} = Info;