feat: store product image URL in window object for improved accessibility in image handling
This commit is contained in:
@@ -39,6 +39,7 @@ class Images extends Component {
|
||||
|
||||
for(const bildId of bildIds){
|
||||
if(bildId == mainPicId){
|
||||
if(window.productImageUrl) continue;
|
||||
|
||||
if(window.largePicCache[bildId]){
|
||||
pics.push(window.largePicCache[bildId]);
|
||||
|
||||
Reference in New Issue
Block a user