Skip to content

Commit ab0ddec

Browse files
committed
Pass sublot id to Fx.click()
to ensure plotly_click event is emitted on touchscreens.
1 parent f316a7a commit ab0ddec

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
@@ -456,7 +456,7 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
456456
}
457457
}
458458

459-
Fx.click(gd, evt);
459+
Fx.click(gd, evt, plotinfo.id);
460460
}).catch(Lib.error);
461461
};
462462

0 commit comments

Comments
 (0)