mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
annotations: added new options hide toggle, and show option
This commit is contained in:
@@ -83,10 +83,6 @@ export class KeybindingSrv {
|
||||
}
|
||||
|
||||
setupDashboardBindings(scope, dashboard) {
|
||||
// this.bind('b', () => {
|
||||
// dashboard.toggleEditMode();
|
||||
// });
|
||||
|
||||
this.bind('mod+o', () => {
|
||||
dashboard.graphTooltip = (dashboard.graphTooltip + 1) % 3;
|
||||
appEvents.emit('graph-hover-clear');
|
||||
|
||||
Reference in New Issue
Block a user