Commit 2936415
committed
fix(webapp): restore alt-click bulk expand/collapse on leaf tree rows
The task-arrow button used a disabled attribute for leaf rows, which
also blocks the click event entirely, so alt-clicking a leaf's arrow
no longer expanded or collapsed every row at that depth. Guard the
per-node toggle instead and keep the button clickable, and mark it
aria-disabled for styling. Also pass preventScroll to the post-toggle
focus() call so it can't fight the just-completed scrollToNode.1 parent 87d91ed commit 2936415
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1075 | 1075 | | |
1076 | 1076 | | |
1077 | 1077 | | |
1078 | | - | |
| 1078 | + | |
1079 | 1079 | | |
1080 | 1080 | | |
1081 | 1081 | | |
| |||
1089 | 1089 | | |
1090 | 1090 | | |
1091 | 1091 | | |
1092 | | - | |
| 1092 | + | |
1093 | 1093 | | |
1094 | 1094 | | |
1095 | 1095 | | |
1096 | | - | |
| 1096 | + | |
1097 | 1097 | | |
1098 | 1098 | | |
1099 | 1099 | | |
| |||
0 commit comments