Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Pass sublot id to Fx.click()
to ensure plotly_click event is emitted on touchscreens.
  • Loading branch information
lvlte committed Sep 14, 2023
commit ab0ddecd0119eb56f9cceeb6f56055c94a7b433d
2 changes: 1 addition & 1 deletion src/components/selections/select.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ function prepSelect(evt, startX, startY, dragOptions, mode) {
}
}

Fx.click(gd, evt);
Fx.click(gd, evt, plotinfo.id);
}).catch(Lib.error);
};

Expand Down