{#if isActive}
{#if highlight}
{/if}
{#if showBubble && currentNode}
{ await _runAfter(currentNodeId!, currentNode); if (choice && choice.action) { if (choice.action in actions) { actions[choice.action](); } else { console.warn(`Planty: No action found for ${choice.action}`); } return; } if (!choice.next) { stop(); return; } const n = runner.followChoice(choice); if (n) _enterNode(n.id, n.node); else stop(); }} /> {/if}
{/if}