Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
pchen66 committed May 26, 2020
1 parent 6172804 commit 440369a
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 60 deletions.
4 changes: 2 additions & 2 deletions build/panolens.js
Original file line number Diff line number Diff line change
Expand Up @@ -8873,7 +8873,7 @@

if( lp ) {

if( ep instanceof PanoMomentPanorama ) {
if( ep instanceof PanoMoment ) {

const onLeaveComplete = () => {

Expand Down Expand Up @@ -8911,7 +8911,7 @@

if( !ep.active ) return;

if( ep instanceof PanoMomentPanorama ) {
if( ep instanceof PanoMoment ) {

if(!lp || (lp && !lp._onLeaveComplete)) ep.fadeIn();

Expand Down
Loading

0 comments on commit 440369a

Please sign in to comment.