Skip to content

Commit

Permalink
Fixed issue in rearrange JS with Modal not closing (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Jan 11, 2025
1 parent da8c06b commit 52686ce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amd/build/dialogue.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/dialogue.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions amd/src/dialogue.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ define(['core/yui'], function(Y) {
if ((typeof afterHide !== 'undefined')) {
Y.soon(function() {
afterHide(parent);
parent.close();
});
}
}
Expand Down

0 comments on commit 52686ce

Please sign in to comment.