Fix Image Zoom #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
When the user clicks on an image with the JS client, they can zoom in and out by using the scroll wheel.
This practically works on Chromium and Firefox, but it breaks on Ladybird (it just zooms out even if you scroll in the opposite direction), Servo (where it does nothing at all) and possibly other browsers.
Note: https://developer.mozilla.org/en-US/docs/Web/API/Element/wheel_event
Find a new implementation that:
fixed with
e6fee9a3aa