mirror of
https://github.com/achristmascarl/rainfrog.git
synced 2025-12-05 19:06:12 -06:00
refocus last component after copying (#236)
This commit is contained in:
@@ -469,7 +469,7 @@ impl App {
|
||||
},
|
||||
);
|
||||
}
|
||||
self.set_focus(Focus::Data);
|
||||
self.last_focused_component();
|
||||
},
|
||||
Action::RequestExportData(row_count) => {
|
||||
self.set_popup(Box::new(ConfirmExport::new(*row_count)));
|
||||
|
||||
Reference in New Issue
Block a user