Skip to content
7 changes: 6 additions & 1 deletion js/SaveInterface.js
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ class SaveInterface {
this.activity.logo.runLogoCommands();
}

/**
/**
* Perform actions after saving an MXML file.
*
* This method handles post-processing steps after saving an MXML file.
Expand All @@ -775,3 +775,8 @@ class SaveInterface {
this.activity.logo.runningMxml = false;
}
}


if (typeof module !== 'undefined' && module.exports) {
module.exports = { SaveInterface };
}
Loading
Loading