Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate mousewheel-scroll setting & add secondary zoom method #557

Open
themoenen opened this issue Sep 4, 2024 · 2 comments
Open

Separate mousewheel-scroll setting & add secondary zoom method #557

themoenen opened this issue Sep 4, 2024 · 2 comments
Labels
enhancement Indicates new feature requests

Comments

@themoenen
Copy link

Is your feature request related to a problem? Please describe.
Zooming in and out can only be done with the mousewheeel. This can be disrupting to the scroll experience.

Describe the solution you'd like

  1. Allow user to disable mousewheel zoom without also disabling pinch-to-zoom
  2. Provide a secondary method for zooming that doesn't involve the mousewheel, e.g. ctrl-drag

Describe alternatives you've considered
n/a

Additional context
n/a

@themoenen themoenen added the enhancement Indicates new feature requests label Sep 4, 2024
This was referenced Sep 23, 2024
@NataliaDSmirnova
Copy link
Collaborator

@themoenen , I was unable to replicate the reported bug while testing Miew in both TypeScript and TypeScript with React applications. It seems that the any type for options in the Miew constructor is enough to avoid any errors.

image

Could you please provide more details about your specific setup, including the version of Miew you're using, any relevant code snippets, and the exact steps to reproduce the issue? This information will help us narrow down the potential causes."

@themoenen
Copy link
Author

I think this was supposed to be in response to #559. I will answer over there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Indicates new feature requests
Projects
None yet
Development

No branches or pull requests

2 participants