Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/blocklyc.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@ function loadInto(modal_message, compile_command, load_option, load_action) {

if (clientService.type === 'ws') {
// Prep for new download messages
launcher_result = "";
launcher_download = false;
clientService.resultLog = "";
clientService.loadBinary = false;
var prog_to_send = {
type: 'load-prop',
action: load_action,
Expand Down
Loading