ui: return to first tab on TabClose

memfd
Manos Pitsidianakis 5 years ago
parent 188e359301
commit ea331327b2
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -1068,7 +1068,7 @@ impl Component for Tabbed {
}
if let Some(c_idx) = self.children.iter().position(|x| x.id() == id) {
self.children.remove(c_idx);
self.cursor_pos = self.cursor_pos.saturating_sub(1);
self.cursor_pos = 0;
self.set_dirty();
return true;
} else {

Loading…
Cancel
Save