selectGroupRight function

bool selectGroupRight(
  1. StateCommandTarget target
)

Extend selection one group to the right.

Implementation

bool selectGroupRight(StateCommandTarget target) => _selectByGroup(target, true);