debugger: Improve focus states (#29469)
Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ...
This commit is contained in:
parent
3fdbc3090d
commit
1e47dfce79
4 changed files with 34 additions and 13 deletions
|
@ -395,6 +395,7 @@ impl PickerDelegate for TabSwitcherDelegate {
|
|||
detail: Some(tab_match.detail),
|
||||
selected: true,
|
||||
preview: tab_match.preview,
|
||||
deemphasized: false,
|
||||
};
|
||||
let label = tab_match.item.tab_content(params, window, cx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue