Skip to content
Next Next commit
Properly set and unset _replotting flag during scroll event
This is set to `false` in `zoomWheel`'s redrawTimer, but a corresponding
set to `true` was missing.
  • Loading branch information
Eroica committed Feb 5, 2026
commit 73cb1e613e795a0895169b9565626f4bd0396b55
1 change: 1 addition & 0 deletions src/plots/cartesian/dragbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ function makeDragBox(gd, plotinfo, x, y, w, h, ns, ew) {
}

// viewbox redraw at first
gd._fullLayout._replotting = true;
updateSubplots(scrollViewBox);
ticksAndAnnotations();

Expand Down