Skip to content

Commit e29914e

Browse files
authored
Update image-preview.js
1 parent aa7195a commit e29914e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Ui/view/base/web/js/grid/columns/image-preview.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ define([
101101
show: function (record) {
102102
var img;
103103

104-
if (record._rowIndex === this.visibleRecord() &&
105-
this.isVisible(record)) {
104+
if (record._rowIndex === this.visibleRecord()) {
106105
this.hide();
107106

108107
return;

0 commit comments

Comments
 (0)