Synchronize resetCode for pair programming
This commit is contained in:

committed by
Sebastian Serth

parent
cc90861bd5
commit
f37ba34389
@ -119,6 +119,7 @@ CodeOceanEditorSubmissions = {
|
||||
url: $('#start-over').data('url') || $('#start-over-active-file').data('url')
|
||||
}).done(function(response) {
|
||||
this.hideSpinner();
|
||||
App.synchronized_editor?.reset_content(response);
|
||||
this.setEditorContent(response, onlyActiveFile);
|
||||
}.bind(this));
|
||||
},
|
||||
|
Reference in New Issue
Block a user