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
There, every change is inserted into the first editor (identified by this.editors[0]).
In order to support multiple files, we should probably send the active file ID together with the delta and then insert the change in the respective editor.
The text was updated successfully, but these errors were encountered:
Currently, the delta is only applied to the first editor session. This will cause issues with exercises having multiple files, I assume.
The problematic line is:
codeocean/app/assets/javascripts/editor/editor.js.erb
Line 1027 in 89afb59
There, every change is inserted into the first editor (identified by
this.editors[0]
).In order to support multiple files, we should probably send the active file ID together with the delta and then insert the change in the respective editor.
The text was updated successfully, but these errors were encountered: