Skip to content

Commit

Permalink
✨ fix for #275
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasvdd committed Jan 14, 2024
1 parent 2f0eba8 commit 32b3a8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plotly_resampler/figure_resampler/assets/coarse_fine.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ window.dash_clientside = Object.assign({}, window.dash_clientside, {
};
};

// console.log("main to coarse", mainRelayout);

// Base case; no selections yet on the coarse graph
if (!currentSelections) {
// if current selections is None
Expand Down

0 comments on commit 32b3a8e

Please sign in to comment.