Skip to content

Commit

Permalink
IBX-6193: [Landing page] JS exception occur while editing landing page (
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored Jul 20, 2023
1 parent c08a48c commit 7d638d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/bundle/Resources/public/js/scripts/core/backdrop.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
}

hide() {
if (this.backdrop === null) {
this.init();
}

this.toggle(false);
}

Expand Down

0 comments on commit 7d638d5

Please sign in to comment.