Commit c71e804
Fix command menu when used with an IME
The Enter key is used both to confirm a selection in an IME
but also to confirm a selection in the command menu. We need
to distinguish this to not confirm both selections on the
same Enter keyboard event.
Fixed: 370332848
Change-Id: Ic0b09f8bc3b334e74c6049050edf7981776694d3
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6054256
Auto-Submit: Yang Guo <yangguo@chromium.org>
Reviewed-by: Nancy Li <nancyly@chromium.org>
Commit-Queue: Nancy Li <nancyly@chromium.org>1 parent c67091a commit c71e804
File tree
1 file changed
+3
-1
lines changed- front_end/ui/legacy/components/quick_open
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
534 | 534 | | |
535 | 535 | | |
536 | 536 | | |
537 | | - | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
538 | 540 | | |
539 | 541 | | |
540 | 542 | | |
| |||
0 commit comments