mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fix(client) goToParentDir
This commit is contained in:
parent
bfcb075480
commit
eab4d3cc57
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue