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 09181b1 commit 234801dCopy full SHA for 234801d
src/plots/gl2d/scene2d.js
@@ -374,6 +374,9 @@ proto.destroy = function() {
374
this.fullData = null;
375
this.glplot = null;
376
this.stopped = true;
377
+ this.camera.mouseListener.enabled = false;
378
+ this.mouseContainer.removeEventListener('wheel', this.camera.wheelListener);
379
+ this.camera = null;
380
};
381
382
proto.plot = function(fullData, calcData, fullLayout) {
0 commit comments