-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Open
Labels
Description
Clear and concise description of the problem
Hi,
Currently zoom is double tap (that is ok for touch devices) and double click for mouse.
Suggested solution
- Replace double click for mouse with single click.
- Make mouse move not drag.
- Add CSS
cursor: zoom-in;
So it can be more intuitive for desktop, mouse devices.
Kind regards
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- I'm willing to open a PR