Skip to content

Commit 6c1f418

Browse files
committed
update comment
1 parent 5060946 commit 6c1f418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/selections/select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
141141
var searchTraces = determineSearchTraces(gd, dragOptions.xaxes,
142142
dragOptions.yaxes, dragOptions.subplot);
143143

144-
// allow subplots to override fillRangeItems routine
144+
// allow subplots (i.e. geo, mapbox, sankey) to override fillRangeItems routine
145145
var fillRangeItems = plotinfo.fillRangeItems ||
146146
makeFillRangeItems(dragOptions.xaxes.concat(dragOptions.yaxes));
147147

0 commit comments

Comments
 (0)