We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7e131 commit 2cde7eeCopy full SHA for 2cde7ee
packages/javascript/jupyterlab-plotly/src/Figure.ts
@@ -944,13 +944,6 @@ export class FigureView extends DOMWidgetView {
944
945
processPhosphorMessage(msg: any) {
946
this._processLuminoMessage(msg, super["processPhosphorMessage"]);
947
-
948
- var that = this;
949
- if (msg.type === "before-attach") {
950
- window.addEventListener("resize", function () {
951
- that.autosizeFigure();
952
- });
953
- }
954
}
955
956
processLuminoMessage(msg: any) {
0 commit comments