endResize method

void endResize()

Ends the current resize operation.

Clears resize state and re-enables panning.

Implementation

void endResize() {
  interaction.endResize();
}