Commit c654c3d
Fix reversed mouse wheel zoom direction in graph visualization
- Add wheel event filter to reverse deltaY for more intuitive zooming
- Scroll up now zooms IN (expected behavior for most users)
- Scroll down now zooms OUT (matches desktop app conventions)
- Applied to both empty canvas and main graph zoom behaviors
- Maintains all other zoom functionality (pan, pinch, etc.)
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 25abdcf commit c654c3d
1 file changed
Lines changed: 19 additions & 3 deletions
Lines changed: 19 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1163 | 1163 | | |
1164 | 1164 | | |
1165 | 1165 | | |
1166 | | - | |
| 1166 | + | |
1167 | 1167 | | |
1168 | 1168 | | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
1169 | 1177 | | |
1170 | 1178 | | |
1171 | 1179 | | |
| |||
1375 | 1383 | | |
1376 | 1384 | | |
1377 | 1385 | | |
1378 | | - | |
| 1386 | + | |
1379 | 1387 | | |
1380 | | - | |
| 1388 | + | |
| 1389 | + | |
| 1390 | + | |
| 1391 | + | |
| 1392 | + | |
| 1393 | + | |
| 1394 | + | |
| 1395 | + | |
| 1396 | + | |
1381 | 1397 | | |
1382 | 1398 | | |
1383 | 1399 | | |
| |||
0 commit comments