Browse Source

Fix hide timeout for color picker

Dominik Prokop 7 years ago
parent
commit
580b919424
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/grafana-ui/src/components/ColorPicker/ColorPicker.tsx

+ 1 - 1
packages/grafana-ui/src/components/ColorPicker/ColorPicker.tsx

@@ -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 (
               <>