Script editor now saves state when switching to other tabs. Updated to version 0.19.4

This commit is contained in:
Daniel Xie
2017-06-02 12:18:53 -05:00
parent b85783cebc
commit a3d45b3cc2
5 changed files with 6 additions and 18 deletions
+1 -2
View File
@@ -61,8 +61,7 @@ function saveAndCloseScriptEditor() {
}
if (filename == "") {
//If no filename...just close and do nothing
Engine.loadTerminalContent();
dialogBoxCreate("You must specify a filename!");
return;
}