Commit 90fddc3
committed
[bugfix] Restore shift-click branch behaviour
Clicking a branch while holding the shift-key should show an info modal.
Bisecting indicates that this regression occurred via
```
25294e8 is the first bad commit
commit 25294e8
Author: Victor Lin <13424970+victorlin@users.noreply.github.com>
Date: Fri Oct 25 16:11:34 2024 -0700
Properly check window.event.shiftKey
Only KeyboardEvent has the shiftKey property.
src/components/tree/reactD3Interface/callbacks.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
```1 parent 40d7b85 commit 90fddc3
File tree
2 files changed
+4
-2
lines changed- src/components/tree
- phyloTree
- reactD3Interface
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments