Skip to content

Commit

Permalink
click prompt to open settings
Browse files Browse the repository at this point in the history
  • Loading branch information
heimoshuiyu committed Jul 18, 2024
1 parent 44f5d28 commit 63b2f41
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/chatbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,10 @@ export default function ChatBOX(props: {
{chatStore.systemMessageContent.trim() && (
<div class="chat chat-start">
<div class="chat-header">Prompt</div>
<div class="chat-bubble chat-bubble-accent">
<div
class="chat-bubble chat-bubble-accent cursor-pointer"
onClick={() => setShowSettings(true)}
>
{chatStore.systemMessageContent}
</div>
</div>
Expand Down

0 comments on commit 63b2f41

Please sign in to comment.