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