bugfix
This commit is contained in:
parent
c810e18650
commit
2ce1fe4173
@ -119,6 +119,7 @@ bricks.ModelOutput = class extends bricks.VBox {
|
|||||||
if (this.run) {
|
if (this.run) {
|
||||||
this.run.stop_timepass();
|
this.run.stop_timepass();
|
||||||
this.content.remove_widget(this.run);
|
this.content.remove_widget(this.run);
|
||||||
|
this.run = null;
|
||||||
}
|
}
|
||||||
this.filler.update(data);
|
this.filler.update(data);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user