Skip to content

Commit 04e51d1

Browse files
committed
Merge branch 'develop' of github.com:magento-commerce/magento2-page-builder into tinymce3
2 parents 9b961a3 + 5cf02dd commit 04e51d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/js/modal/template-manager-save.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ define([
122122
}
123123

124124
this.options.actions.always();
125-
this.element.bind('promptclosed', _.bind(this._remove, this));
125+
this.element.on('promptclosed', _.bind(this._remove, this));
126126

127127
return this._super();
128128
}

0 commit comments

Comments
 (0)