From 6316d637f1c68fcad3f9ccdf62f6b7d8371fffc8 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 20 Aug 2018 19:22:55 +0200 Subject: [PATCH] Explore: Apply tab completion suggestion on Enter (#12904) - if the suggestions menu is open, apply the selected item on Enter - if not open, run the queries --- public/app/containers/Explore/QueryField.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/app/containers/Explore/QueryField.tsx b/public/app/containers/Explore/QueryField.tsx index 04481885a1c..52bfbc7fed4 100644 --- a/public/app/containers/Explore/QueryField.tsx +++ b/public/app/containers/Explore/QueryField.tsx @@ -331,7 +331,7 @@ class QueryField extends React.Component