From ea9b3789ceedf7723e20b877fba65f14775572e6 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Fri, 10 Jul 2026 20:57:59 +0800 Subject: [PATCH] fix(prompt-editor): prevent premature variable path merge during typing (#16811) ### Summary fix(prompt-editor): prevent premature variable path merge during typing --------- Co-authored-by: Jin Hai --- .../form/components/prompt-editor/index.tsx | 2 +- .../prompt-editor/variable-path-transform.ts | 26 ++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/web/src/pages/agent/form/components/prompt-editor/index.tsx b/web/src/pages/agent/form/components/prompt-editor/index.tsx index d9e2a688ba..5ec8cb4c9b 100644 --- a/web/src/pages/agent/form/components/prompt-editor/index.tsx +++ b/web/src/pages/agent/form/components/prompt-editor/index.tsx @@ -153,7 +153,7 @@ function PromptContent({
-