Enhanced handling of hard relearning

This commit is contained in:
Torsten Schulz (local)
2026-08-13 11:03:17 +02:00
parent 6a0b31a39a
commit 588fab1beb
2 changed files with 39 additions and 18 deletions

View File

@@ -966,6 +966,7 @@ export default {
this.$refs.practiceDialog?.open?.({
courseId: this.courseId,
initialPool: this.hardVocabList,
closeOnHardCompletion: true,
onClose: () => this.refreshHardVocabList()
});
},