Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> 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(-) ```
- Loading branch information