Range selection with 'Shift + click', does not update ranges during process. #5135
Labels
🐛 bug
Any issue that describes a bug
severity: low
version: 7.2.x
version: 7.3.x
version: 8.0.x
✅ status: resolved
Applies to issues that have pending PRs resolving them, or PRs that have already merged.
Description
It appears that during multi cell selection with shift + click the selected range does not get updated during the onRangeSelection event.
Steps to reproduce
Select multiple cells with shift + click, subscribe to the onRangeSelection event and use grid's getSelectedRanges()
Result
The ranges are not updated with the newly selected range
Expected result
The selected ranges should be updated during the process
The text was updated successfully, but these errors were encountered: