فهرست منبع

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
David 7 سال پیش
والد
کامیت
6316d637f1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/containers/Explore/QueryField.tsx

+ 1 - 1
public/app/containers/Explore/QueryField.tsx

@@ -331,7 +331,7 @@ class QueryField extends React.Component<TypeaheadFieldProps, TypeaheadFieldStat
         }
         }
         break;
         break;
       }
       }
-
+      case 'Enter':
       case 'Tab': {
       case 'Tab': {
         if (this.menuEl) {
         if (this.menuEl) {
           // Dont blur input
           // Dont blur input