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
The zoom should center on the current cursor position. This would be the same behavior that I get when I use Ctrl+Mousewheel
The zooms center seems to be determined by the general coordinate system of the file
Cursor+Mousewheel:
+ on keyboard:
If there is no cursor on the canvas, it could still fall back to the global 0,0 point (or whatever cursor-less reference there is)
The text was updated successfully, but these errors were encountered:
Yes, it seems that there is a bug about it. I've created a Taiga issue to track it there https://tree.taiga.io/project/penpot/issue/4825
Sorry, something went wrong.
Alotor
Successfully merging a pull request may close this issue.
Steps To Reproduce
Expected behavior
The zoom should center on the current cursor position. This would be the same behavior that I get when I use Ctrl+Mousewheel
Actual behavior
The zooms center seems to be determined by the general coordinate system of the file
Screenshots or video
Cursor+Mousewheel:
+ on keyboard:
Additional context
If there is no cursor on the canvas, it could still fall back to the global 0,0 point (or whatever cursor-less reference there is)
The text was updated successfully, but these errors were encountered: