diff options
Diffstat (limited to 'gui.js')
| -rw-r--r-- | gui.js | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2324,6 +2324,8 @@ IDE_Morph.prototype.openProjectString = function (str) { }; IDE_Morph.prototype.rawOpenProjectString = function (str) { + this.toggleAppMode(false); + this.spriteBar.tabBar.tabTo('scripts'); if (Process.prototype.isCatchingErrors) { try { this.serializer.openProject(this.serializer.load(str), this); |
