ソースを参照

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

Enrico Berti 9 年 前
コミット
f323589

+ 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;