richrobber2 / canvas-zoom

zoom and pan functionality
350 stars 23 forks source link

Get Image Dimension tool fix #75

Closed ghost closed 1 year ago

ghost commented 1 year ago

When I click on this tool: изображение I am getting errors in the console: Uncaught TypeError: elements is undefined

изображение In this place: https://github.com/richrobber2/canvas-zoom/blob/ae44f7fba3fcc8d118f8905a0888585dd2728a61/javascript/canvas-zoom.js#L71 Because elements are not passed to getTabId() here: https://github.com/richrobber2/canvas-zoom/blob/ae44f7fba3fcc8d118f8905a0888585dd2728a61/javascript/canvas-zoom.js#L462

daswer123 commented 1 year ago

Cool thanks for finding the bug and fixing it