mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed bug in opera scroollIntoViewIfneeded do not exist
This commit is contained in:
parent
bff1cabe35
commit
c2fb728fae
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ CloudClient._currentToParent = (function(pDirName){
|
|||
*/
|
||||
if(lRootDir){
|
||||
Util.setCurrentFile(lRootDir);
|
||||
lRootDir.scrollIntoViewIfNeeded();
|
||||
Util.scrollIntoViewIfNeeded(lRootDir);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue