Преглед на файлове

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