Explorar el Código

Merge branch 'iteration-create' into dev

lex hace 2 años
padre
commit
5e3492c10c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/knowledge-library/examination-mode/index.tsx

+ 1 - 0
src/views/knowledge-library/examination-mode/index.tsx

@@ -76,6 +76,7 @@ export default defineComponent({
       onFinish: async () => {
         eventUnit.emit('unitAudioStop');
         await onResultPopup();
+        onAfter();
       }
     });