Jelajahi Sumber

change(panel): changed hover delay for #6998

Torkel Ödegaard 9 tahun lalu
induk
melakukan
2fc2cc721e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      public/app/features/panel/panel_directive.ts

+ 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,
           });
         }
       }