We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Ctrl + mouse wheel to zoom on the timline canvas will also zoom the whole devtools panel, despite using preventDefault() here: https://github.com/vuejs/vue-devtools/blob/62adb37268c01cd4af343341d84328fbc4adb64f/packages/app-frontend/src/features/timeline/TimelineView.vue#L789-L790
preventDefault()
Related Firefox bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1632465
The text was updated successfully, but these errors were encountered:
Hey @Akryum it looks like you have a similar problem to us over at urql devtools.
Along with the firefox scrollwheel bug, you might also want to know about the chrome pinch-to-zoom bug.
For our use case, we've added additional buttons to zoom - feel free to check it out here for inspiration 😄
Sorry, something went wrong.
Added buttons to work around that in the meantime:
Changed to zoom with mousewheel without ctrl
No branches or pull requests
Using Ctrl + mouse wheel to zoom on the timline canvas will also zoom the whole devtools panel, despite using
preventDefault()
here: https://github.com/vuejs/vue-devtools/blob/62adb37268c01cd4af343341d84328fbc4adb64f/packages/app-frontend/src/features/timeline/TimelineView.vue#L789-L790Related Firefox bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1632465
The text was updated successfully, but these errors were encountered: