Skip to content

Commit

Permalink
magento/magento2#27566: Do not re-load the gallery app, just content
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov committed Apr 7, 2020
1 parent 872ef12 commit 5a02d60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MediaGalleryUi/view/adminhtml/web/js/grid/columns/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ define([
this._super();
this.initView();
$(window).on('fileDeleted.enhancedMediaGallery', this.reloadMediaGrid.bind(this));
$(window).on('reload.MediaGallery', this.reloadGrid.bind(this));

return this;
},
Expand Down

0 comments on commit 5a02d60

Please sign in to comment.