react-tabs
react-tabs copied to clipboard
Double clicking a tab does some weird selection stuff
Double click Peach on https://reactcommunity.org/react-tabs/ and all the tab text is highlighted....
This is on a Macbook, might not happen under windows, don't know, can't test.
Seems simple enough to just add user-select to none in css if you want to avoid text selection of tabs.