deleteWrong method

void deleteWrong()

Implementation

void deleteWrong() {
  if (!_isDraging) {
    _paths.removeLast();
  }
}