igeligel / react-in-out-textarea

A simple React.js User Interface Component that is like Google Translate with full TypeScript Support
MIT License
31 stars 22 forks source link

fix: hide menu toggles when no extra options [fixes #2] #117

Open zorfling opened 2 years ago

zorfling commented 2 years ago

Hide menu toggles when there are no additional menu items.

I used visibility hidden because the measure stuff didn't work correctly if the toggle wasn't in the DOM.

Fixes #2