We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272bfe2 commit 94d87ceCopy full SHA for 94d87ce
packages/common-ui/src/components/StudySession.vue
@@ -595,7 +595,7 @@ export default defineComponent({
595
596
this.cardCount++;
597
this.data = tmpData;
598
- this.view = tmpView;
+ this.view = markRaw(tmpView);
599
this.cardID = _cardID;
600
this.courseID = _courseID;
601
this.card_elo = tmpCardData.elo.global.score;
0 commit comments