This commit is contained in:
2026-02-09 21:48:47 +02:00
parent fc2fc3a907
commit ca67773650
6 changed files with 20 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@ export default {
},
watch:{
scenario(n){
this.debug('Scenario changed', n);
if (n){
this.scenesList = [this.scenes?.[0]];
}