Skip to content

Commit 94d87ce

Browse files
committed
perf & logging cleanliness
1 parent 272bfe2 commit 94d87ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common-ui/src/components/StudySession.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ export default defineComponent({
595595
596596
this.cardCount++;
597597
this.data = tmpData;
598-
this.view = tmpView;
598+
this.view = markRaw(tmpView);
599599
this.cardID = _cardID;
600600
this.courseID = _courseID;
601601
this.card_elo = tmpCardData.elo.global.score;

0 commit comments

Comments
 (0)