react-color-gradient-picker icon indicating copy to clipboard operation
react-color-gradient-picker copied to clipboard

Component fails to respond if placed in a hidden container first.

Open MrOnosa opened this issue 5 years ago • 0 comments

Steps to reproduce:

  1. Render a color picker that is inside a div that is display: none
  2. Change the parent div to display: block Result: Color picker is shown but it's all kinds of messed up. The ui is not responsive.

The work around is to ensure the color picker is only rendered when it's visible.

MrOnosa avatar Oct 18 '20 13:10 MrOnosa