mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
fix quickbar not updating after switching focus
This commit is contained in:
parent
86a762c926
commit
77719df650
1 changed files with 1 additions and 0 deletions
|
|
@ -450,6 +450,7 @@ impl App {
|
|||
};
|
||||
|
||||
self.update_diff();
|
||||
self.update_commands();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue