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 6ea3014 commit b69adf5Copy full SHA for b69adf5
packages/common-ui/src/components/StudySession.vue
@@ -422,6 +422,7 @@ export default defineComponent({
422
this.loadCard(this.sessionController!.nextCard('marked-failed'));
423
}
424
} else {
425
+ /* !r.isCorrect */
426
try {
427
if (this.$refs.shadowWrapper) {
428
this.$refs.shadowWrapper.classList.add('incorrect');
0 commit comments