修复导览位置预览与楼层状态
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-19 21:04:57 +08:00
parent 3cba97b786
commit 47dd4c7c87
9 changed files with 128 additions and 28 deletions

View File

@@ -5527,7 +5527,8 @@ const handleFloorChange = async (floorId: string) => {
const didCommit = await loadFloor(requestedFloorId, {
preserveCurrentSceneUntilReady: true,
suppressProgress: false,
detachPoiBeforeLoad: true
detachPoiBeforeLoad: true,
applyFloorBaseline: true
})
updatePoiVisibilityByDistance()
if (didCommit) {