You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bases/rsptx/interactives/runestone/activecode/js/activecode.js
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -343,6 +343,7 @@ export class ActiveCode extends RunestoneBase {
343
343
act: "edit",
344
344
div_id: this.divid,
345
345
});
346
+
editor.acEditEvent=true;// this is set to false when we programmatically change the editor value, so we can ignore those changes in the log and not mark the activity as answered.
346
347
}
347
348
if(this.firstAfterRun){
348
349
this.firstAfterRun=false;
@@ -2468,6 +2469,7 @@ Yet another is that there is an internal error. The internal error message is:
0 commit comments