Shortcuts: Remove esc global keybinding clearing search parameter (#104196)

This commit is contained in:
Josh Hunt
2025-04-22 09:24:56 +01:00
committed by GitHub
parent 7c8433fbb2
commit 64e9f9bf44
@@ -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() {