onAfterBlockSelect not triggering with shift-clicking

Howdy.

If I select a block of selects by dragging, the block becomes selected and the event triggers regularly.

But if I select one cell and then shift-click another cell, the block becomes selected but the event won’t trigger.

Is this intended behaviour?

Bump.

Hi,

‘shift+click’ is a part of common multiselection, while blockselection feature (based on mouse position over the component) has a different implementation/API, so yes, it’s the intended behavior.