From cf360694d660bcff08c275ae581ee967d5f7347b Mon Sep 17 00:00:00 2001 From: tuyenio Date: Wed, 24 Jun 2026 16:10:31 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=C3=A9p=20render=20l=E1=BA=A1i=20sau=20k?= =?UTF-8?q?hi=20resize=20c=E1=BB=ADa=20s=E1=BB=95=20(on-demand)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 (1M context) --- src/app/components/VirtualTour.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/components/VirtualTour.tsx b/src/app/components/VirtualTour.tsx index 1f9a285..42e84b8 100644 --- a/src/app/components/VirtualTour.tsx +++ b/src/app/components/VirtualTour.tsx @@ -1457,6 +1457,7 @@ function TourExperience({ camera.aspect = width / height; camera.updateProjectionMatrix(); renderer.setSize(width, height); + needsRenderRef.current = true; updateHotspots(); };