You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
fix(ripple): calculate relative coordinates from ripple target.
If there are any children the `offsetX` and `offsetY` are wrong, because it's not relative to the ripple target.
We can fix that by calculating `layerX` and `layerY`. As the normal `layerX` and `layerY` is not a W3C Standard (and is deprecated) we need to calculate our coordinates our self.
Fixes#5917Closes#6092
0 commit comments