Skip to content

Commit

Permalink
Comment out PanoMoments.dispose() which cause error exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
pchen66 committed Apr 25, 2020
1 parent d1a10f0 commit 7a01188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panorama/PanoMomentPanorama.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ PanoMomentPanorama.prototype = Object.assign( Object.create( Panorama.prototype

this.leave();

this.PanoMoments.dispose();
// this.PanoMoments.dispose();
this.PanoMoments = null;
this.momentData = null;

Expand Down

0 comments on commit 7a01188

Please sign in to comment.