浏览代码

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

Johan Ahlen 8 年之前
父节点
当前提交
5e9f126
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',
                 classPrefix: 'nav-',
                 showOnFocus: true,
+                closeOnEnter: false,
                 onSelect: mainSearchSelect,
                 reopenPattern: /.*:$/
               },