We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1daf3 commit 6a82dbbCopy full SHA for 6a82dbb
src/plot_api/plot_api.js
@@ -2171,8 +2171,7 @@ function _relayout(gd, aobj) {
2171
if(parentFull.autorange) flags.calc = true;
2172
else flags.plot = true;
2173
} else {
2174
- if(fullLayout._has('scatter-like') && ai === 'dragmode' &&
2175
- ((vi === false && vOld !== false) || (vi !== false && vOld === false))) {
+ if(ai === 'dragmode' && ((vi === false && vOld !== false) || (vi !== false && vOld === false))) {
2176
flags.plot = true;
2177
} else if((fullLayout._has('scatter-like') && fullLayout._has('regl')) &&
2178
(ai === 'dragmode' &&
0 commit comments