react-three-a11y icon indicating copy to clipboard operation
react-three-a11y copied to clipboard

Retrieve position of A11y children in a more convenient way

Open AlaricBaraou opened this issue 2 years ago • 0 comments

At the moment, the <A11y /> component retrieve the position on the prop of its first children.

Often that first children don't have the position prop, causing the dom position to be wrong and forcing the developer to specify that position.

Not convenient, sure have place for improvement.

AlaricBaraou avatar Jul 15 '21 08:07 AlaricBaraou