SitePen / dgrid

A lightweight, mobile-ready, data-driven, modular grid widget designed for use with dstore
http://dgrid.io/
Other
628 stars 298 forks source link

Selection: ignore right mouse click #1462

Closed msssk closed 4 years ago

msssk commented 4 years ago

When clicking a row or cell with the secondary mouse button it is not expected that a selection event should occur. This change updates Selection.js to ignore right mouse clicks. This behavior is in line with Dojo (fixed in 1.10.5).

Fixes #1354