소스 검색

HUE-8278 [dashboard] Enable grid results field list resizer on Gridster too

Enrico Berti 7 년 전
부모
커밋
6b4875da0a
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      desktop/libs/dashboard/src/dashboard/templates/common_search.mako

+ 2 - 4
desktop/libs/dashboard/src/dashboard/templates/common_search.mako

@@ -3793,10 +3793,8 @@ function resizeFieldsListCallback() {
 
 var resizeTimeout = -1;
 function resizeFieldsListThrottled() {
-  if (!searchViewModel.isGridster()) {
-    window.clearTimeout(resizeTimeout);
-    resizeTimeout = window.setTimeout(resizeFieldsListCallback, 200);
-  }
+  window.clearTimeout(resizeTimeout);
+  resizeTimeout = window.setTimeout(resizeFieldsListCallback, 200);
 }
 
 function resizeFieldsList() {