refocus last component after copying (#236)

This commit is contained in:
carl
2025-12-02 13:09:48 -05:00
committed by GitHub
parent 3e97bedfc2
commit 99d260347d

View File

@@ -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)));