filemanager: reset selection if directory has changed
This commit is contained in:
@@ -144,6 +144,7 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
|
||||
|
||||
if (entry.isDirectory) {
|
||||
$scope.cwd = path;
|
||||
$scope.selected = [];
|
||||
|
||||
// refresh will set busy to false once done
|
||||
$scope.refresh();
|
||||
|
||||
Reference in New Issue
Block a user