This commit is contained in:
Tomas Dvorak
2025-05-28 13:55:48 +02:00
parent 92e2f5b17d
commit e1f5281723
+2
View File
@@ -1460,8 +1460,10 @@ function updateBannerPreview() {
if (imagePreviewContainer) { if (imagePreviewContainer) {
imagePreviewContainer.style.display = 'none'; imagePreviewContainer.style.display = 'none';
} }
if (bannerPreview) {
bannerPreview.classList.remove('with-image'); bannerPreview.classList.remove('with-image');
} }
}
// Apply template styles to the banner preview // Apply template styles to the banner preview
if (template && bannerPreview) { if (template && bannerPreview) {