filemanager: make copy of entries into select to avoid reference
This commit is contained in:
@@ -462,7 +462,7 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
|
||||
};
|
||||
|
||||
$scope.actionSelectAll = function () {
|
||||
$scope.selected = $scope.entries;
|
||||
$scope.selected = $scope.entries.slice();
|
||||
};
|
||||
|
||||
$scope.goDirectoryUp = function () {
|
||||
|
||||
Reference in New Issue
Block a user