ソースを参照

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

Romain Rigaux 8 年 前
コミット
11b7d02

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

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