fix(#286): fix open and closing folder

This commit is contained in:
tdurieux
2024-05-13 18:45:11 +02:00
parent dcf483ea03
commit a30d5b31a6
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ angular
$scope.opens[folder] = !$scope.opens[folder];
if (event.srcElement.nextSibling == null) {
await $scope.$parent.getFiles(folder.substring(1));
display();
$scope.$apply();
}
};
},

File diff suppressed because one or more lines are too long