Sửa callout của hotspot hiển thị thumbnail và tooltip

This commit is contained in:
2026-06-08 17:35:40 +07:00
parent 3dbf2f2bbf
commit 306d95009f
5 changed files with 170 additions and 13 deletions
+1
View File
@@ -745,6 +745,7 @@ async function openScene(sceneId, privacy, shareToken, force = false) {
const scene = await sceneRes.json();
const hotspots = await hotspotsRes.json();
console.log("DEBUG: Hotspots raw data from API:", hotspots);
if (!sceneRes.ok) throw new Error(scene.message || 'Failed to fetch scene details');