SVG-Edit / svgedit

Powerful SVG-Editor for your browser
MIT License
6.33k stars 1.52k forks source link

fix: Call zoomChanged event after updating the zoom #940

Closed Moath-Zaghdad closed 5 months ago

Moath-Zaghdad commented 6 months ago

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/svgedit#896

jfhenon commented 5 months ago

thanks