Shortcuts: Remove esc global keybinding clearing search parameter (#104196)
This commit is contained in:
@@ -87,10 +87,6 @@ export class KeybindingSrv {
|
||||
this.exit();
|
||||
}
|
||||
|
||||
private closeSearch() {
|
||||
this.locationService.partial({ search: null });
|
||||
}
|
||||
|
||||
private openAlerting() {
|
||||
this.locationService.push('/alerting');
|
||||
}
|
||||
@@ -142,10 +138,6 @@ export class KeybindingSrv {
|
||||
if (kioskMode) {
|
||||
this.chromeService.exitKioskMode();
|
||||
}
|
||||
|
||||
if (search.search) {
|
||||
this.closeSearch();
|
||||
}
|
||||
}
|
||||
|
||||
private showDashEditView() {
|
||||
|
||||
Reference in New Issue
Block a user