I'm trying to make a color palette which functions like: when I hover over the PaletteIcon it should popover the color palette and I should be able to select the colors as desired. But after hovering when I try to select the color, the palette disappears. Is there any property which I can add to paper React component or some other way to achieve this? I checked the Paper API documentation but didn't find any solution.
Here is the link for CodeSandbox.