Fix drive displaying All Files after logging in

pull/1/head
yflory 5 years ago
parent 0de7395258
commit 9f597dac1f

@ -3209,6 +3209,11 @@ define([
}
}
if (APP.loggedIn && path[0] === FILES_DATA) {
path = [ROOT];
}
appStatus.ready(false);
currentPath = path;
var s = $content.scrollTop() || 0;

Loading…
Cancel
Save