Sửa callout của hotspot hiển thị thumbnail và tooltip
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user