dundalek / GrammKit

Generate diagrams for parser grammars
http://dundalek.com/GrammKit/
The Unlicense
236 stars 19 forks source link

Fix onclick events for SVG elements #13

Closed mykmartin closed 5 years ago

mykmartin commented 5 years ago

Clicking on a node in any of the SVG elements should navigate to the corresponding node definition, but the event was not being passed to the svgBlockClick handler.

Tested on Chrome v71.0.3578.80 and Firefox 60.2.0esr, on Linux (Ubuntu).

dundalek commented 5 years ago

Thank you for the contribution. I published a new version v0.6.3 which includes your fix.

mykmartin commented 5 years ago

Thanks!