mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change(panel): changed hover delay for #6998
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user