Commit b592d5d7 by Torkel Ödegaard Committed by GitHub

Merge pull request #13977 from grafana/13932_ds_selector

fix selecting datasource using enter key
parents eae754a0 e5e886cc
......@@ -88,7 +88,7 @@ export class FormDropdownCtrl {
if (evt.keyCode === 13) {
setTimeout(() => {
this.inputElement.blur();
}, 100);
}, 300);
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment