playcanvas / pcui-graph

A PCUI extension for creating node-based graphs
https://playcanvas.github.io/pcui-graph
MIT License
122 stars 15 forks source link

Fix shifting node while clicking on them. #40

Closed querielo closed 1 year ago

querielo commented 1 year ago

Fix an issue that was causing nodes to shift while clicking on them on Firefox.

Reason: probably, we should use getBBox because it returns "the dimensions of the element's model, not the dimensions of the element's view".

querielo commented 1 year ago

Video: https://drive.google.com/file/d/1XjMFhhE9e3E6r_gCKm_voENTgjS2ikX7/view?usp=sharing

ellthompson commented 1 year ago

Looks good to merge! Thanks for the fix 😃