interactive objects integration
This commit is contained in:
@@ -91,6 +91,13 @@ class DashBoard {
|
||||
dash.visible = false;
|
||||
}
|
||||
|
||||
this.reset = ()=>{
|
||||
this.updateProgress(0);
|
||||
this.update({
|
||||
hint: ''
|
||||
});
|
||||
}
|
||||
|
||||
this.createProgressBar();
|
||||
this.update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user