useDimensions icon indicating copy to clipboard operation
useDimensions copied to clipboard

Swap `{top,left}` definitions

Open daneroo opened this issue 5 years ago • 0 comments

Fixes #12 I am using this as a workaround for now:

  const [ref, { x: left, y: top}] = useDimensions()

daneroo avatar Aug 10 '20 17:08 daneroo