浏览代码

HUE-7484 [editor] Avoid old headers sticking for one second on result full screen mode exit

Romain Rigaux 8 年之前
父节点
当前提交
11b7d02
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      desktop/libs/notebook/src/notebook/templates/editor_components.mako

+ 1 - 0
desktop/libs/notebook/src/notebook/templates/editor_components.mako

@@ -3181,6 +3181,7 @@ ${ sqlSyntaxDropdown.sqlSyntaxDropdown() }
           redrawFixedHeaders(200);
           redrawFixedHeaders(200);
           $(window).bind("keydown", "esc", exitPlayerMode);
           $(window).bind("keydown", "esc", exitPlayerMode);
         } else {
         } else {
+          hideFixedHeaders();
           huePubSub.publish('side.panels.show', true);
           huePubSub.publish('side.panels.show', true);
           viewModel.assistWithoutStorage(true);
           viewModel.assistWithoutStorage(true);
           viewModel.isLeftPanelVisible(wasLeftPanelVisible);
           viewModel.isLeftPanelVisible(wasLeftPanelVisible);