markAsLoaded()

in src/application/ui/src/components/ProductImage.js [88:92]


    markAsLoaded(key) {
        if (this.cache.has(key) && !this.errorImages.has(key)) {
            this.loadedImages.add(key);
        }
    }