Skip to content

v0.5.3

Compare
Choose a tag to compare
@dash14 dash14 released this 08 Mar 16:55
· 291 commits to main since this release

Bug Fix

  • Fix a bug in mobile browsers that did not recognize taps on nodes and edges.
    • The touch event preventDefault() was being executed in the svg-pan-zoom library, and therefore the click event was not being fired. Even after addressing this, still the click event was not fired in the multi-touch state, thus changed to get user interaction by pointer event.