Merge branch 'develop' of http://xny.yj-3d.com:3000/zh/sdk4.0 into develop

This commit is contained in:
2025-08-26 14:27:44 +08:00
2 changed files with 3 additions and 2 deletions

View File

@ -1298,8 +1298,8 @@ function setActiveId(ids = []) {
let thatP = sdkP.entityMap.get(activeIds[i]) let thatP = sdkP.entityMap.get(activeIds[i])
let thatD = sdkD.entityMap.get(activeIds[i]) // let thatD = sdkD.entityMap.get(activeIds[i])
if (!thatP || (thatP.type === 'terrain' || !thatP.show)) { if (!thatP || (thatP.type === 'terrain' || !thatP.show) || thatP.type === 'TextBox') {
leftElm.style.display = 'none' leftElm.style.display = 'none'
rightElm.style.display = 'none' rightElm.style.display = 'none'
continue continue

View File

@ -3493,6 +3493,7 @@
cursor: e-resize; cursor: e-resize;
background-color: #d3d3d3; background-color: #d3d3d3;
user-select: none; user-select: none;
z-index: 1;
} }
.cesium-performanceDisplay-defaultContainer { .cesium-performanceDisplay-defaultContainer {