fix quickbar not updating after switching focus

This commit is contained in:
Stephan Dilly 2020-04-05 15:32:07 +02:00
parent 86a762c926
commit 77719df650

View File

@ -450,6 +450,7 @@ impl App {
};
self.update_diff();
self.update_commands();
}
}