Skip to content

Commit e725f9a

Browse files
committed
chat: make search button show search panel
1 parent 813a2f0 commit e725f9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/packages/frontend/chat/chatroom.tsx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,13 @@ export function ChatRoom({
607607
>
608608
New Chat
609609
</Button>
610-
<Button block style={{ marginTop: "8px" }}>
610+
<Button
611+
block
612+
style={{ marginTop: "8px" }}
613+
onClick={() => {
614+
actions?.frameTreeActions?.show_search();
615+
}}
616+
>
611617
Search
612618
</Button>
613619
</div>

0 commit comments

Comments
 (0)