mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix hide timeout for color picker
This commit is contained in:
parent
e5f74fdf93
commit
580b919424
@ -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 (
|
||||
<>
|
||||
|
Loading…
Reference in New Issue
Block a user