Skip to content

Commit 32b3a8e

Browse files
committed
✨ fix for #275
1 parent 2f0eba8 commit 32b3a8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly_resampler/figure_resampler/assets/coarse_fine.js

+2
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,8 @@ window.dash_clientside = Object.assign({}, window.dash_clientside, {
181181
};
182182
};
183183

184+
// console.log("main to coarse", mainRelayout);
185+
184186
// Base case; no selections yet on the coarse graph
185187
if (!currentSelections) {
186188
// if current selections is None

0 commit comments

Comments
 (0)