Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
theripper93 committed Apr 29, 2024
1 parent 50c9ee2 commit 115df79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/core/hud.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ export class CoreHUD extends Application{
}

collapseAllPanels() {
if(!this.element[0]) return;
this.element[0].querySelectorAll(".features-container.show").forEach(element => {
element.classList.remove("show");
});
Expand Down

0 comments on commit 115df79

Please sign in to comment.