Commit 580b9194 by Dominik Prokop

Fix hide timeout for color picker

parent e5f74fdf
......@@ -61,7 +61,7 @@ export const colorPickerFactory = <T extends ColorPickerProps>(
};
return (
<PopperController content={popoverElement} hideAfter={500000}>
<PopperController content={popoverElement} hideAfter={500}>
{(showPopper, hidePopper, popperProps) => {
return (
<>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment