Skip to content

Commit 52686ce

Browse files
committed
Fixed issue in rearrange JS with Modal not closing (#648)
1 parent da8c06b commit 52686ce

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

amd/build/dialogue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/build/dialogue.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

amd/src/dialogue.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ define(['core/yui'], function(Y) {
7171
if ((typeof afterHide !== 'undefined')) {
7272
Y.soon(function() {
7373
afterHide(parent);
74+
parent.close();
7475
});
7576
}
7677
}

0 commit comments

Comments
 (0)