Auto switch to hard vocabulary

This commit is contained in:
Torsten Schulz (local)
2026-08-17 10:28:13 +02:00
parent f8a2d471d2
commit 3cd2ce747b
2 changed files with 26 additions and 1 deletions

View File

@@ -978,6 +978,10 @@ export default {
courseId: this.courseId,
initialPool: this.srsDueItems,
srsMode: true,
onDailyHardLimitReached: () => {
this.refreshHardVocabList();
this.$nextTick(() => this.openHardPractice());
},
onClose: () => this.loadSrsDueItems()
});
},