Selaa lähdekoodia

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

Enrico Berti 9 vuotta sitten
vanhempi
commit
02caa95
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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');
           }
         }
       });