Skip to content

Commit ce6614e

Browse files
event is passed to the always method
1 parent 552eaaf commit ce6614e

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/modal

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/modal/prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ define([
167167
this.options.actions.cancel.call(event, result);
168168
}
169169

170-
this.options.actions.always();
170+
this.options.actions.always(event);
171171
this.element.bind('promptclosed', _.bind(this._remove, this));
172172

173173
return this._super();

0 commit comments

Comments
 (0)