From e52ce64bce1a3dd3ffc9997f8d74ab0f1a687dda Mon Sep 17 00:00:00 2001 From: Araozu Date: Sun, 19 May 2024 23:11:23 -0500 Subject: [PATCH] Implement state unset --- src/components/InteractiveCode.astro | 6 +++++- src/pages/learn/error-handling/try.mdx | 8 ++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/src/components/InteractiveCode.astro b/src/components/InteractiveCode.astro index 37d612d..ab7ae25 100644 --- a/src/components/InteractiveCode.astro +++ b/src/components/InteractiveCode.astro @@ -138,7 +138,7 @@ const codeHtml = highlightCode(trimAndDedent(code));