Return back git status colors for tab labels
This commit is contained in:
parent
fbf2f790dd
commit
3070a6ef26
3 changed files with 36 additions and 11 deletions
|
@ -1128,7 +1128,12 @@ impl Pane {
|
|||
if self.items.len() == 1 && should_activate {
|
||||
self.focus_handle.focus(cx);
|
||||
} else {
|
||||
self.activate_item(index_to_activate, should_activate, should_activate, cx);
|
||||
self.activate_item(
|
||||
dbg!(index_to_activate),
|
||||
dbg!(should_activate),
|
||||
should_activate,
|
||||
cx,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue