Преглед изворни кода

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');
           }
         }
       });