Commit e4052d4
authored
Roll back Tree component onFocus change. (firefox-devtools#6884)
The check that was made there prevented the first
item of the Tree to be selected if the click happened
inside it. Without this check, the first item is automatically
selected and scrolled to, which is causing some weirdness in
the console (probably in the debugger as well).
The fix was made in mozilla-central directly in the reps bundle
as well.1 parent 6ce2200 commit e4052d4
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
817 | 817 | | |
818 | 818 | | |
819 | 819 | | |
820 | | - | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
| 826 | + | |
| 827 | + | |
| 828 | + | |
| 829 | + | |
| 830 | + | |
821 | 831 | | |
822 | 832 | | |
823 | 833 | | |
| |||
0 commit comments