Scroll to the element when using in the drive

This commit is contained in:
yflory 2019-02-04 16:21:13 +01:00
parent fe0961b24b
commit df2069eb4a

View File

@ -2772,7 +2772,12 @@ define([
}
});*/
var $sel = $content.find('.cp-app-drive-element-selected');
if ($sel.length) {
$sel[0].scrollIntoView();
} else {
$content.scrollTop(s);
}
appStatus.ready(true);
};
var displayDirectory = APP.displayDirectory = function (path, force) {