redoSelection function

bool redoSelection(
  1. CommandTarget target
)

Redo a change or selection change.

Implementation

bool redoSelection(CommandTarget target) => _cmd(_BranchName.undone, true)(target);