Commit 1a9ebf6
Fix broken mouse wheel zoom functionality
- Replace problematic event filter approach with D3's wheelDelta method
- Properly handle wheel events with deltaMode normalization
- Restore mouse wheel zoom functionality while maintaining reversed direction
- Scroll up = zoom in, scroll down = zoom out (intuitive behavior)
- Applied to both empty canvas and main graph zoom behaviors
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c654c3d commit 1a9ebf6
1 file changed
Lines changed: 6 additions & 14 deletions
Lines changed: 6 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1166 | 1166 | | |
1167 | 1167 | | |
1168 | 1168 | | |
1169 | | - | |
1170 | | - | |
1171 | | - | |
1172 | | - | |
1173 | | - | |
1174 | | - | |
1175 | | - | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
1176 | 1172 | | |
1177 | 1173 | | |
1178 | 1174 | | |
| |||
1386 | 1382 | | |
1387 | 1383 | | |
1388 | 1384 | | |
1389 | | - | |
1390 | | - | |
1391 | | - | |
1392 | | - | |
1393 | | - | |
1394 | | - | |
1395 | | - | |
| 1385 | + | |
| 1386 | + | |
| 1387 | + | |
1396 | 1388 | | |
1397 | 1389 | | |
1398 | 1390 | | |
| |||
0 commit comments