소스 검색

HUE-6302 [editor] Fix JS error on enter in db selection

Johan Ahlen 8 년 전
부모
커밋
b47a9af
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      desktop/core/src/desktop/templates/ko_components.mako

+ 1 - 1
desktop/core/src/desktop/templates/ko_components.mako

@@ -102,7 +102,7 @@ from desktop.views import _ko
             // enter
             if ($currentActive.length > 0) {
               self.value(ko.dataFor($currentActive[0]));
-              self.dropDownVisiblele(false);
+              self.dropDownVisible(false);
               $(element).find('.dropdown-menu').scrollTop(0)
             }
           } else {