Skip to content

Commit

Permalink
Update gui.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoenig committed Aug 7, 2024
1 parent f67f1b6 commit a6a63df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -6613,6 +6613,7 @@ IDE_Morph.prototype.rawOpenCloudDataString = function (str) {
};

IDE_Morph.prototype.openBlocksString = function (str, name, silently) {
console.log('opening library', name, silently) // +++
var msg;
this.nextSteps([
() => msg = this.showMessage('Opening blocks...'),
Expand Down Expand Up @@ -10492,7 +10493,7 @@ LibraryImportDialogMorph.prototype.importLibrary = function () {
ide.resourceURL('libraries', selectedLibrary),
libraryText => {
ide.droppedText(libraryText, libraryName);
// this.isLoadingLibrary = true;
// +++ this.isLoadingLibrary = true;
}
);
/*
Expand Down

0 comments on commit a6a63df

Please sign in to comment.