6pac / SlickGrid

A lightning fast JavaScript grid/spreadsheet
https://github.com/6pac/SlickGrid/wiki
MIT License
1.82k stars 424 forks source link

fix: regression `onSelectedRowsChanged` not receiving correct `caller` #980

Closed ghiscoding closed 7 months ago

ghiscoding commented 7 months ago

below is where it changed in SlickGrid slick.core.js file (we can see on the right side the new behavior is to always convert to a SlickEventData and that caused the regression)

image