Skip to content

Commit 1ed05c9

Browse files
committed
Handle after-show Lumino message
1 parent efa7071 commit 1ed05c9

File tree

1 file changed

+1
-0
lines changed
  • packages/javascript/jupyterlab-plotly/src

1 file changed

+1
-0
lines changed

Diff for: packages/javascript/jupyterlab-plotly/src/Figure.ts

+1
Original file line numberDiff line numberDiff line change
@@ -932,6 +932,7 @@ export class FigureView extends DOMWidgetView {
932932
// Plotly.js to size the figure to fill the available element
933933
this.perform_render();
934934
break;
935+
case "after-show":
935936
case "resize":
936937
this.autosizeFigure();
937938
break;

0 commit comments

Comments
 (0)