unchartedsoftware / grafer

Large graph rendering library.
Apache License 2.0
3 stars 2 forks source link

fix: handle mouse events on left side of canvas when margin present #141

Closed ccarmichael-uncharted closed 1 year ago

ccarmichael-uncharted commented 1 year ago

There was a bug where, when a parent element of the canvas had a left margin, mouse events within the inner left portion of the canvas proportional to that margin would be invalidated. This change fixes that issue