endSelection method

void endSelection()

Implementation

void endSelection() {
  selectionStartPoint.value = null;
  selectionEndPoint.value = null;
  selectionRect.value = null;
}