ENCOA-295
This commit is contained in:
@@ -110,6 +110,10 @@ export default function Generation({ id, user, exam, examModule, permissions }:
|
||||
}
|
||||
});
|
||||
|
||||
if (state.listening.instructionsState.customInstructionsURL.startsWith('blob:')) {
|
||||
URL.revokeObjectURL(state.listening.instructionsState.customInstructionsURL);
|
||||
}
|
||||
|
||||
state.speaking.sections.forEach(section => {
|
||||
const sectionState = section.state as Exercise;
|
||||
if (sectionState.type === 'speaking') {
|
||||
|
||||
Reference in New Issue
Block a user