Studio: WIP

This commit is contained in:
Pieter Vander Vennet 2023-08-08 13:52:58 +02:00
parent 6ff2c629f0
commit cb538c2303
33 changed files with 608 additions and 2071 deletions

View file

@ -22,7 +22,7 @@ export default class EditLayerState {
featureSwitchIsDebugging: new UIEventSource<boolean>(true),
}
this.configuration.addCallback((config) => {
console.log("Current config is", Utils.Clone(config))
// console.log("Current config is", Utils.Clone(config))
})
}