Fix rainbox theme and add improvements

This commit is contained in:
Pieter Vander Vennet 2022-07-12 10:23:45 +02:00
parent f0df09d0cb
commit 441d8467fe
8 changed files with 135 additions and 18 deletions

View file

@ -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) => {