Avoid much flickering in filemanager list

This commit is contained in:
Johannes Zellner
2022-07-27 18:23:52 +02:00
parent 17705da78e
commit 4042f55116
-1
View File
@@ -370,7 +370,6 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
};
$scope.refresh = function () {
$scope.busy = true;
$scope.selected = [];
Client.filesGet($scope.id, $scope.type, $scope.cwd, 'data', function (error, result) {