mirror of
https://gitea.baerentsen.space/FrederikBaerentsen/BrickTracker.git
synced 2026-01-06 08:59:46 -06:00
Clear the socket when clicking the button
This commit is contained in:
@@ -64,7 +64,7 @@ class BrickInstructionsSocket extends BrickSocket {
|
||||
if (!from_complete) {
|
||||
this.total = this.get_files(true).length;
|
||||
this.current = 0;
|
||||
this.clear_status();
|
||||
this.clear();
|
||||
}
|
||||
|
||||
// Find the next checkbox
|
||||
|
||||
Reference in New Issue
Block a user