diff --git a/website/src/repl/Repl.jsx b/website/src/repl/Repl.jsx index a5bfffd4..4ff92a80 100644 --- a/website/src/repl/Repl.jsx +++ b/website/src/repl/Repl.jsx @@ -177,6 +177,7 @@ export function Repl({ embedded = false }) { let msg; if (decoded) { setCode(decoded); + setActivePattern(''); msg = `I have loaded the code from the URL.`; } else if (latestCode) { setCode(latestCode);