diff --git a/client/modules/edit-file.js b/client/modules/edit-file.js index 0c0d18ef..453135ce 100644 --- a/client/modules/edit-file.js +++ b/client/modules/edit-file.js @@ -54,7 +54,7 @@ CloudCmd.EditFile = function EditFileProto(callback) { if (isDir) return `${name}.json`; - + return name; }