Clear the socket when clicking the button
This commit is contained in:
parent
19750d1365
commit
2db0c1c2eb
@ -64,7 +64,7 @@ class BrickInstructionsSocket extends BrickSocket {
|
|||||||
if (!from_complete) {
|
if (!from_complete) {
|
||||||
this.total = this.get_files(true).length;
|
this.total = this.get_files(true).length;
|
||||||
this.current = 0;
|
this.current = 0;
|
||||||
this.clear_status();
|
this.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Find the next checkbox
|
// Find the next checkbox
|
||||||
|
Loading…
Reference in New Issue
Block a user