卷帘对比下图层层级修改同步

This commit is contained in:
zh
2025-07-08 16:48:22 +08:00
parent 5431efa2c5
commit 16942a2e63
6 changed files with 24 additions and 6 deletions

View File

@ -28,11 +28,11 @@ class BaseLayer extends BaseSource {
}
get layerIndex() {
return this.entity._layerIndex
return this.entity ? this.entity._layerIndex : undefined
}
get layer_index() {
return this.entity._layerIndex
return this.entity ? this.entity._layerIndex : undefined
}
get brightness() {