From ea98edd3323503acd5854cfa497f2f05125899e2 Mon Sep 17 00:00:00 2001 From: namu627 <0627eric@naver.com> Date: Mon, 18 Aug 2025 15:06:50 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EC=97=85=EB=A1=9C=EB=93=9C=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EC=83=88=EB=A1=9C=EA=B3=A0=EC=B9=A8?= =?UTF-8?q?=EC=8B=9C=20=EC=A2=8B=EC=95=84=EC=9A=94=20=EC=95=88=EB=B3=B4?= =?UTF-8?q?=EC=9D=B4=EB=8D=98=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/recommendation/color_analyzer.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/js/recommendation/color_analyzer.js b/static/js/recommendation/color_analyzer.js index 2990434..4e4766d 100644 --- a/static/js/recommendation/color_analyzer.js +++ b/static/js/recommendation/color_analyzer.js @@ -241,6 +241,10 @@ function renderRecommendations(products) { // 제품 개수 업데이트 updateProductCounts(categorizedProducts); + + if (window.restoreLikeStates) { + window.restoreLikeStates(); + } } function renderCategoryProducts(categoryType, products) {