We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 547840c commit efbadbfCopy full SHA for efbadbf
1 file changed
src/app.js
@@ -560,10 +560,12 @@ function loadCurrentLesson() {
560
elements.instructionsSection?.classList.add("hidden");
561
elements.editorSection?.classList.add("playground-mode");
562
elements.randomTemplateBtn?.classList.remove("hidden");
563
+ elements.showExpectedBtn?.classList.add("hidden");
564
} else {
565
elements.instructionsSection?.classList.remove("hidden");
566
elements.editorSection?.classList.remove("playground-mode");
567
elements.randomTemplateBtn?.classList.add("hidden");
568
+ elements.showExpectedBtn?.classList.remove("hidden");
569
}
570
571
// Add transition class for smooth content swap
0 commit comments