Commit 7bc63ea
fix(metrics): Remove Home/End key handlers from metric selector search input
Home and End keys were intercepted and prevented from propagating to the
search input, breaking cursor navigation to the start/end of typed text.
Since the input always retains DOM focus via virtual focus, these keys
should be passed through to the input element unchanged.
Co-Authored-By: Claude Sonnet 4 <noreply@example.com>1 parent 40355bc commit 7bc63ea
File tree
1 file changed
+0
-20
lines changed- static/app/views/explore/metrics/metricToolbar
1 file changed
+0
-20
lines changedLines changed: 0 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
423 | | - | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | 423 | | |
444 | 424 | | |
445 | 425 | | |
| |||
0 commit comments