agent: Show nav dropdown close button only on hover (#29732)
This commit is contained in:
parent
e07ffe7cf1
commit
122af4fd53
3 changed files with 61 additions and 5 deletions
|
@ -458,7 +458,8 @@ impl AssistantPanel {
|
|||
|
||||
for entry in recently_opened.iter() {
|
||||
let summary = entry.summary(cx);
|
||||
menu = menu.entry_with_end_slot(
|
||||
|
||||
menu = menu.entry_with_end_slot_on_hover(
|
||||
summary,
|
||||
None,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue