瀏覽代碼

azuremonitor: autocomplete on enter

Alexander Zobnin 7 年之前
父節點
當前提交
a0cae98e0d

+ 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();