clearToolSelection method

void clearToolSelection()

Clear tool selection (back to list).

Implementation

void clearToolSelection() {
  selectedToolName.value = null;
}