mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux(dashboard): began removing build mode and adding new slide out row menu
This commit is contained in:
@@ -79,9 +79,9 @@ export class KeybindingSrv {
|
||||
}
|
||||
|
||||
setupDashboardBindings(scope, dashboard) {
|
||||
this.bind('b', () => {
|
||||
dashboard.toggleEditMode();
|
||||
});
|
||||
// this.bind('b', () => {
|
||||
// dashboard.toggleEditMode();
|
||||
// });
|
||||
|
||||
this.bind('ctrl+o', () => {
|
||||
dashboard.sharedCrosshair = !dashboard.sharedCrosshair;
|
||||
|
Reference in New Issue
Block a user