Mentions légales du service

Skip to content
Snippets Groups Projects

Prevent current transcription update when picking compared transcriptions

Merged Eva Bardou requested to merge fix-compared-transcriptions into develop
All threads resolved!
Files
4
@@ -85,7 +85,6 @@ export const mutations = {
tr[transcription.transcription] = transcription
state.all[index] = { ...state.all[index], transcriptions: tr }
}
state.all[index] = { ...state.all[index], currentTrans: transcription }
// Force reference update on the whole array
// so that all components get a full refresh after an update
state.all = [...state.all]
Loading