Merge branch 'develop' of http://xny.yj-3d.com:3000/zh/sdk4.0 into develop
This commit is contained in:
@ -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
|
||||||
|
@ -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 {
|
||||||
|
Reference in New Issue
Block a user