Fix drive displaying All Files after logging in
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…
Reference in New Issue