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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -226,6 +226,7 @@ export class ActiveCode extends RunestoneBase {
226
226
}.bind(this),
227
227
1000
228
228
);
229
+
this.decorateStatus();
229
230
if(this.autorun){
230
231
// Simulate pressing the run button, since this will also prevent the user from clicking it until the initial run is complete, and also help the user understand why they're waiting.
0 commit comments