mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #13977 from grafana/13932_ds_selector
fix selecting datasource using enter key
This commit is contained in:
@@ -88,7 +88,7 @@ export class FormDropdownCtrl {
|
||||
if (evt.keyCode === 13) {
|
||||
setTimeout(() => {
|
||||
this.inputElement.blur();
|
||||
}, 100);
|
||||
}, 300);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user