mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-09-05 02:16:34 +02:00
fix(#286): fix open and closing folder
This commit is contained in:
@@ -397,7 +397,7 @@ angular
|
|||||||
$scope.opens[folder] = !$scope.opens[folder];
|
$scope.opens[folder] = !$scope.opens[folder];
|
||||||
if (event.srcElement.nextSibling == null) {
|
if (event.srcElement.nextSibling == null) {
|
||||||
await $scope.$parent.getFiles(folder.substring(1));
|
await $scope.$parent.getFiles(folder.substring(1));
|
||||||
display();
|
$scope.$apply();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user