fix: focus the main textbox when clicked
This commit is contained in:
parent
6ea24b8518
commit
0e48718a92
1 changed files with 3 additions and 0 deletions
|
|
@ -2052,6 +2052,9 @@ impl Application for App {
|
|||
has_focus,
|
||||
};
|
||||
}
|
||||
if !has_focus {
|
||||
return self.update_focus();
|
||||
}
|
||||
}
|
||||
Message::GitProjectStatus(project_status) => {
|
||||
self.git_project_status = Some(project_status);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue