diff --git a/client.js b/client.js index 962471cd..0e4c3676 100644 --- a/client.js +++ b/client.js @@ -755,7 +755,7 @@ CloudClient._currentToParent = (function(pDirName){ */ if(lRootDir){ Util.unSetCurrentFile(lCurrentFile); - Util.SetCurrentFile(lRootDir); + Util.setCurrentFile(lRootDir); lRootDir.scrollIntoViewIfNeeded(); } });