|
|
@ -155,7 +155,7 @@ export default class LayerManager extends Module<LayerManagerConfig> { |
|
|
getComponents(component: Component): Component[] { |
|
|
getComponents(component: Component): Component[] { |
|
|
return component |
|
|
return component |
|
|
.components() |
|
|
.components() |
|
|
.map(cmp => this.__getLayerFromComponent(cmp)) |
|
|
.map((cmp) => this.__getLayerFromComponent(cmp)) |
|
|
.filter((cmp: any) => this.__isLayerable(cmp)); |
|
|
.filter((cmp: any) => this.__isLayerable(cmp)); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|