shemetz / ZoomPanOptions

FoundryVTT module for zooming and panning better
MIT License
7 stars 8 forks source link

[Bug] Shift-Mouse Wheel throws an error on macOS #44

Closed mrkwnzl closed 1 year ago

mrkwnzl commented 1 year ago

When I try to rotate a token using shift + mouse wheel, I’m getting the error Model Validation Errors [TokenDocument.rotation]: must be a finite number

The error message in the console:

Screenshot 2022-12-09 at 18 19 29

This is maybe related to this: https://github.com/foundryvtt/foundryvtt/issues/8111

I’m on Foundry v10.291 with Zoom/Pan Options v1.8.4. Does not happen when I disable Zoom/Pan Options.

I’m using a high-resolution mouse with the Trackpad mode.

Thanks!

shemetz commented 1 year ago

Try Zoom/Pan Options v1.8.6, it's newer and already has a relevant fix, maybe!

mrkwnzl commented 1 year ago

Huh, what do you know. I don’t know how I missed the update. Sorry about that. Works with 1.86. Thanks!