Skip to content

Commit

Permalink
Merge pull request #29 from florianwns/dev
Browse files Browse the repository at this point in the history
fix planar base
  • Loading branch information
florianwns authored Nov 27, 2023
2 parents 16c8e05 + 97baf41 commit a5ddbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ <h5 class="text-secondary mt-4 mb-4 me-auto">
});

// Refresh proxy
this.base = base.planar();
this.base = (base)? base.planar(): null;
this.envelop_figs = envelop_figs;
},
};
Expand Down

0 comments on commit a5ddbe7

Please sign in to comment.