jasonkuhrt / react-popover

A smart popover component for React
600 stars 240 forks source link

Add a tabindex of -1 to the resize-sensor element #177

Closed Carnewal closed 6 years ago

Carnewal commented 6 years ago

This is to prevent the resize sensor from hijacking the tabindex of other elements. Fixes #142

jasonkuhrt commented 6 years ago

Thanks @Carnewal!