From a00316c3ef2fce00f7e79d8da21f02c4e495970d Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Thu, 23 Oct 2025 19:59:01 -0700 Subject: [PATCH] show --- website/src/repl/components/panel/PatternsTab.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/repl/components/panel/PatternsTab.jsx b/website/src/repl/components/panel/PatternsTab.jsx index 8e2b75b96..e26c19f53 100644 --- a/website/src/repl/components/panel/PatternsTab.jsx +++ b/website/src/repl/components/panel/PatternsTab.jsx @@ -79,7 +79,7 @@ const updateCodeWindow = (context, patternData, reset = false) => { context.handleUpdate(patternData, reset); }; -const autoResetPatternOnChange = !isUdels(); +const autoResetPatternOnChange = false function UserPatterns({ context }) { const activePattern = useActivePattern();