fix(editor): Make search work for "rendered" display type (#16910)

This commit is contained in:
Suguru Inoue
2025-07-09 19:29:16 +02:00
committed by GitHub
parent 803f0f687b
commit f252a39197
8 changed files with 240 additions and 40 deletions

View File

@@ -1885,7 +1885,12 @@ defineExpose({ enterEditMode });
</Suspense>
<Suspense v-else-if="hasNodeRun && displayMode === 'ai'">
<LazyRunDataAi render-type="rendered" :compact="compact" :content="parsedAiContent" />
<LazyRunDataAi
render-type="rendered"
:compact="compact"
:content="parsedAiContent"
:search="search"
/>
</Suspense>
<Suspense v-else-if="(hasNodeRun || hasPreviewSchema) && isSchemaView">