Skip to content

Commit 99d2603

Browse files
refocus last component after copying (#236)
1 parent 3e97bed commit 99d2603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ impl App {
469469
},
470470
);
471471
}
472-
self.set_focus(Focus::Data);
472+
self.last_focused_component();
473473
},
474474
Action::RequestExportData(row_count) => {
475475
self.set_popup(Box::new(ConfirmExport::new(*row_count)));

0 commit comments

Comments
 (0)