Closed querielo closed 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".
Video: https://drive.google.com/file/d/1XjMFhhE9e3E6r_gCKm_voENTgjS2ikX7/view?usp=sharing
Looks good to merge! Thanks for the fix 😃
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".