Skip to content

Commit 339ba49

Browse files
committed
fixup typo select -> selectAll
1 parent db85763 commit 339ba49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/plots.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ plots.cleanPlot = function(newFullData, newFullLayout, oldFullData, oldFullLayou
589589
oldFullLayout._infolayer.selectAll('.cb' + oldUid).remove();
590590

591591
oldFullLayout._infolayer.selectAll('g.rangeslider-container')
592-
.select(query).remove();
592+
.selectAll(query).remove();
593593
}
594594
}
595595
};

0 commit comments

Comments
 (0)