Auto switch to hard vocabulary
This commit is contained in:
@@ -978,6 +978,10 @@ export default {
|
||||
courseId: this.courseId,
|
||||
initialPool: this.srsDueItems,
|
||||
srsMode: true,
|
||||
onDailyHardLimitReached: () => {
|
||||
this.refreshHardVocabList();
|
||||
this.$nextTick(() => this.openHardPractice());
|
||||
},
|
||||
onClose: () => this.loadSrsDueItems()
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user