Skip to content

Commit

Permalink
fix(modal): escape close left invisible layer over page
Browse files Browse the repository at this point in the history
  • Loading branch information
fkm-adfinis committed Sep 25, 2019
1 parent 2e18cac commit 4653783
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/components/uk-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default Component.extend({
);

UIkit.util.on(id, "show", () => this._show());
UIkit.util.on(id, "hide", () => this._hide());
UIkit.util.on(id, "hidden", () => this._hide());
},

didReceiveAttrs() {
Expand Down

0 comments on commit 4653783

Please sign in to comment.