Skip to content

Commit b1f56c4

Browse files
author
Gabriel Galvao da Gama
committed
Setting property back to null
1 parent 8f841a0 commit b1f56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ define([
167167
* Close image preview
168168
*/
169169
hide: function () {
170-
this.lastOpenedImage(false);
170+
this.lastOpenedImage(null);
171171
this.visibleRecord(null);
172172
this.height(0);
173173
this._selectRow(null);

0 commit comments

Comments
 (0)