瀏覽代碼

HUE-4211 [editor] Autoexpand query editor sometimes bugs the result headers

Enrico Berti 9 年之前
父節點
當前提交
02caa95
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

+ 1 - 0
desktop/core/src/desktop/static/desktop/js/ko.hue-bindings.js

@@ -1458,6 +1458,7 @@
             }
             ace().resize();
             editorHeight = ace().session.getLength();
+            huePubSub.publish('redraw.fixed.headers');
           }
         }
       });