fix: 画布鼠标/触摸板可以上下滚动,无法左右滚动 #100
Reference in New Issue
Block a user
Delete Branch "fix/horizonal-scroll"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
[P1] 普通鼠标仍不能左右滚动。useImageCanvasViewportControls.ts (line 262) 忽略 shiftKey,只消费原始 deltaX/deltaY。Chromium 实测 Shift + 滚轮 上报 deltaX=0, deltaY=120,因此仍然纵向移动;当前只修复了触控板或带横向滚轮的设备。现有测试直接伪造 deltaX,没有覆盖普通鼠标路径。