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
+1 -1
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();
}
};
},
+1 -1
View File
File diff suppressed because one or more lines are too long