Forráskód Böngészése

HUE-6450 [frontend] Don’t close the main search on enter

Johan Ahlen 8 éve
szülő
commit
5e9f126
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      desktop/core/src/desktop/templates/hue.mako

+ 1 - 0
desktop/core/src/desktop/templates/hue.mako

@@ -205,6 +205,7 @@ ${ hueIcons.symbols() }
                 noMatchTemplate: 'top-search-autocomp-no-match',
                 noMatchTemplate: 'top-search-autocomp-no-match',
                 classPrefix: 'nav-',
                 classPrefix: 'nav-',
                 showOnFocus: true,
                 showOnFocus: true,
+                closeOnEnter: false,
                 onSelect: mainSearchSelect,
                 onSelect: mainSearchSelect,
                 reopenPattern: /.*:$/
                 reopenPattern: /.*:$/
               },
               },