Prechádzať zdrojové kódy

change(panel): changed hover delay for #6998

Torkel Ödegaard 9 rokov pred
rodič
commit
2fc2cc721e

+ 1 - 1
public/app/features/panel/panel_directive.ts

@@ -159,7 +159,7 @@ module.directive('grafanaPanel', function($rootScope) {
             position: 'right middle',
             classes: ctrl.error ? 'drop-error' : 'drop-help',
             openOn: 'hover',
-            hoverOpenDelay: 400,
+            hoverOpenDelay: 100,
           });
         }
       }