فهرست منبع

azuremonitor: autocomplete on enter

Alexander Zobnin 7 سال پیش
والد
کامیت
a0cae98e0d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/query_field.tsx

+ 1 - 1
public/app/plugins/datasource/grafana-azure-monitor-datasource/editor/query_field.tsx

@@ -147,7 +147,7 @@ class QueryField extends React.Component<any, any> {
         break;
       }
 
-      case 'Tab': {
+      case 'Enter': {
         if (this.menuEl) {
           // Dont blur input
           event.preventDefault();