interactive objects integration

This commit is contained in:
2025-11-04 16:41:42 +02:00
parent 429ab07db5
commit 4236927537
13 changed files with 178 additions and 243 deletions
+7
View File
@@ -91,6 +91,13 @@ class DashBoard {
dash.visible = false;
}
this.reset = ()=>{
this.updateProgress(0);
this.update({
hint: ''
});
}
this.createProgressBar();
this.update();
}