fix: narrow the by-path runnable inside the tab content snippet

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016eu85JrwsztjfXGNQAATRz
This commit is contained in:
Guilhem Lemouel
2026-08-26 14:24:21 +02:00
co-authored by Claude Opus 5
parent 455173da90
commit 1710da6650
@@ -353,7 +353,7 @@
{@render inputsPanel()}
{:else if selectedTab == 'test'}
{@render testPanel()}
{:else}
{:else if isRunnableByPath(runnable)}
<InlineScriptRunnableByPath
rawApps
bind:runnable