Fix drive displaying All Files after logging in
This commit is contained in:
parent
0de7395258
commit
9f597dac1f
@ -3209,6 +3209,11 @@ define([
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (APP.loggedIn && path[0] === FILES_DATA) {
|
||||||
|
path = [ROOT];
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
appStatus.ready(false);
|
appStatus.ready(false);
|
||||||
currentPath = path;
|
currentPath = path;
|
||||||
var s = $content.scrollTop() || 0;
|
var s = $content.scrollTop() || 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user