Fix rainbox theme and add improvements
This commit is contained in:
parent
f0df09d0cb
commit
441d8467fe
8 changed files with 135 additions and 18 deletions
|
@ -19,7 +19,7 @@ export class AllKnownLayouts {
|
|||
|
||||
public static AllPublicLayers(options?: {
|
||||
includeInlineLayers:true | boolean
|
||||
}) {
|
||||
}) : LayerConfig[] {
|
||||
const allLayers: LayerConfig[] = []
|
||||
const seendIds = new Set<string>()
|
||||
AllKnownLayouts.sharedLayers.forEach((layer, key) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue