소스 검색

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

Enrico Berti 9 년 전
부모
커밋
0bda037449
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

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