Skip to content

Commit

Permalink
fix(#286): fix open and closing folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tdurieux committed May 13, 2024
1 parent dcf483e commit a30d5b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/script/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
};
},
Expand Down
2 changes: 1 addition & 1 deletion public/script/bundle.min.js

Large diffs are not rendered by default.

0 comments on commit a30d5b3

Please sign in to comment.