diff --git a/src/sku/Sku.js b/src/sku/Sku.js index 99ed73c98..63f5df318 100644 --- a/src/sku/Sku.js +++ b/src/sku/Sku.js @@ -368,6 +368,7 @@ export default createComponent({ ImagePreview({ images: this.imageList, startPosition: index, + closeOnPopstate: true, onClose: () => { this.$emit('close-preview', params); }