소스 검색

HUE-3867 [editor] Resizing issue when dropping large query with already a result

Enrico Berti 10 년 전
부모
커밋
f32358909c
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 2 - 0
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -2673,6 +2673,7 @@ ${ hueIcons.symbols() }
           aceChecks--;
           if (aceChecks == 0) {
             hideHoverMsg(viewModel);
+            redrawFixedHeaders(200);
           }
         }
       }, 100);
@@ -2685,6 +2686,7 @@ ${ hueIcons.symbols() }
         snip.ace().setValue(content, 1);
       }
       hideHoverMsg(viewModel);
+      redrawFixedHeaders(200);
     }
     window.replaceAce = replaceAce;