diff --git a/client/client.js b/client/client.js index fc4bab9f..6422203c 100644 --- a/client/client.js +++ b/client/client.js @@ -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;