From 1710da66504bbf898def187889afb30936ae73f9 Mon Sep 17 00:00:00 2001 From: Guilhem Lemouel Date: Wed, 26 Aug 2026 14:24:21 +0200 Subject: [PATCH] fix: narrow the by-path runnable inside the tab content snippet Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_016eu85JrwsztjfXGNQAATRz --- .../lib/components/raw_apps/RawAppInlineScriptRunnable.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/raw_apps/RawAppInlineScriptRunnable.svelte b/frontend/src/lib/components/raw_apps/RawAppInlineScriptRunnable.svelte index 2291ed4569..0f6d88276f 100644 --- a/frontend/src/lib/components/raw_apps/RawAppInlineScriptRunnable.svelte +++ b/frontend/src/lib/components/raw_apps/RawAppInlineScriptRunnable.svelte @@ -353,7 +353,7 @@ {@render inputsPanel()} {:else if selectedTab == 'test'} {@render testPanel()} - {:else} + {:else if isRunnableByPath(runnable)}