-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
extensions zoomChanged
action is not being called
#896
Comments
I'm not able to reproduce the issue. Here is the video of the test I did following your instructions: Screen.Recording.2023-03-30.at.23.44.07.mov |
Sorry, the reproduce steps were missing one thing, start with a zoom of 50% 2023-03-31.mp4 |
@jfhenon This issue persists in the 7.3.3 release. |
I could reproduce. I'm not yet sure where to look for but the changeZoom function is in BottomPanel.js |
The zoomChange method was not being called on the extensions, and this commit fixes this by calling the runExtensions method after updating the zoom. This commit addresses issue SVG-Edit#986.
The zoomChange method was not being called on the extensions, and this commit fixes this by calling the runExtensions method after updating the zoom. This commit addresses issue SVG-Edit#896
The zoomChange method was not being called on the extensions, and this commit fixes this by calling the runExtensions method after updating the zoom. This commit addresses issue SVG-Edit#896
I have created this PR #940 to fix this issue |
The zoomChange method was not being called on the extensions, and this commit fixes this by calling the runExtensions method after updating the zoom. This commit addresses issue #896
The grid is not showing the correct grid scale on Zoom change
I tried tracking the issue, and I've noticed that the extension's zoomChange method is not being called.
To Reproduce
50%
Show/Hide Grid
button1000%
Show/Hide Grid
button twice to see what should have happened automatically on zoom changeSVG-Edit environment
Desktop:
The text was updated successfully, but these errors were encountered: