Skip to content

Commit 6477e1a

Browse files
committed
removing trailing spaces
1 parent cf2ef69 commit 6477e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/legend/draw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ function clickOrDoubleClick(gd, legend, legendItem, numClicks, evt) {
464464
if(Registry.traceIs(trace, 'pie-like')) {
465465
evtData.label = legendItem.datum()[0].label;
466466
}
467-
467+
468468
if(numClicks === 1) {
469469
var clickVal = Events.triggerHandler(gd, 'plotly_legendclick', evtData);
470470
if(clickVal === false) return;

0 commit comments

Comments
 (0)