Skip to content

Commit

Permalink
grab focus
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Dec 9, 2024
1 parent 96225a1 commit 6c99f25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/ai_chat_dialog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ impl AiChatDialog {
imp.suggestion_list_box.append(&button);
}

imp.message_entry.grab_focus();

this
}

Expand Down

0 comments on commit 6c99f25

Please sign in to comment.