diff --git a/www/common/drive-ui.js b/www/common/drive-ui.js index 2e9c7c405..01d9911e4 100644 --- a/www/common/drive-ui.js +++ b/www/common/drive-ui.js @@ -1681,6 +1681,7 @@ define([ && $target.parents('#cp-app-drive-content')) { newPath = currentPath; } + if (newPath[0] !== ROOT) { newPath = [ROOT]; } return newPath; }; var onFileDrop = APP.onFileDrop = function (file, e) {