selectGroupRight function
Extend selection one group to the right.
Implementation
bool selectGroupRight(StateCommandTarget target) => _selectByGroup(target, true);
Extend selection one group to the right.
bool selectGroupRight(StateCommandTarget target) => _selectByGroup(target, true);