Nit: Pop model effort picker on esc (#4642)

Pops the effort picker instead of dismissing the whole thing (on
escape).



https://github.com/user-attachments/assets/cef32291-cd07-4ac7-be8f-ce62b38145f9
This commit is contained in:
dedrisian-oai
2025-10-02 21:07:47 -07:00
committed by GitHub
parent 231c36f8d3
commit 16b6951648
2 changed files with 24 additions and 1 deletions

View File

@@ -1633,7 +1633,7 @@ impl ChatWidget {
description,
is_current,
actions,
dismiss_on_select: true,
dismiss_on_select: false,
..Default::default()
});
}