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 a4038e3 commit 364c258Copy full SHA for 364c258
src/traces/sankey/base_plot.js
@@ -48,6 +48,7 @@ function subplotUpdateFx(gd, index) {
48
var dragMode = fullLayout.dragmode;
49
var cursor = fullLayout.dragmode === 'pan' ? 'move' : 'crosshair';
50
var bgRect = trace._bgRect;
51
+ if(!bgRect) return;
52
53
if(dragMode === 'pan' || dragMode === 'zoom') return;
54
0 commit comments