Skip to content

Commit 94008a9

Browse files
committed
MAGETWO-52284: Wysiwyg can not insert more than two images #4221
1 parent 3fa0347 commit 94008a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/web/mage/adminhtml/browser.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ define([
3636

3737
if (this.modal) {
3838
this.modal.html($(content).html());
39+
this.modal.modal('option', 'closed', options.closed);
3940
} else {
4041
this.modal = $(content).modal($.extend({
4142
title: title || 'Insert File...',

0 commit comments

Comments
 (0)