Procházet zdrojové kódy

HUE-4961 [editor] Bar/Line chart rendering issue when user tries toggling Columns icon

Enrico Berti před 9 roky
rodič
revize
0bda037

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

@@ -3619,6 +3619,7 @@ ${ hueIcons.symbols() }
             $("#snippet_" + snippet.id()).find('.table-results .grid-side').width('100%');
             $("#snippet_" + snippet.id()).find('.table-results .grid-side').width('100%');
           }
           }
           redrawFixedHeaders();
           redrawFixedHeaders();
+          $(window).trigger('resize');
         }, 10)
         }, 10)
       });
       });