Skip to content

Commit 149dd74

Browse files
committed
tyop
1 parent 5b6a1fa commit 149dd74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/traces/pie/plot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ module.exports = function plot(gd, cdpie) {
171171

172172
function handleClick() {
173173
// TODO: this does not support right-click. If we want to support it, we
174-
// would likely need to change mapbox to use dragElement instead of straight
174+
// would likely need to change pie to use dragElement instead of straight
175175
// mapbox event binding. Or perhaps better, make a simple wrapper with the
176176
// right mousedown, mousemove, and mouseup handlers just for a left/right click
177177
// mapbox would use this too.

0 commit comments

Comments
 (0)