Skip to content

Commit 13ff22b

Browse files
authored
Fix AI Search follow-up question closing search (#3585)
1 parent 8927e8f commit 13ff22b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/fair-schools-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"gitbook": patch
3+
---
4+
5+
Fix AI Search follow-up question closing search

packages/gitbook/src/components/Search/SearchAskAnswer.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ function AnswerFollowupQuestions(props: { followupQuestions: string[] }) {
190190
)}
191191
{...getSearchLinkProps({
192192
ask: question,
193+
open: true,
193194
})}
194195
>
195196
<Icon

0 commit comments

Comments
 (0)