Skip to content

Commit 17dfebf

Browse files
ENGCOM-6323: ASI #Issue-723 Fixed the issue: "Image preview should be closed when the page is changed" #25719
2 parents 49f2727 + d648a12 commit 17dfebf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ define([
3030
},
3131
listens: {
3232
'${ $.provider }:params.filters': 'hide',
33-
'${ $.provider }:params.search': 'hide'
33+
'${ $.provider }:params.search': 'hide',
34+
'${ $.provider }:params.paging': 'hide'
3435
},
3536
exports: {
3637
height: '${ $.parentName }.thumbnail_url:previewHeight'

0 commit comments

Comments
 (0)