private stopDrawing()

in src/app/canvas.component.ts [109:112]


  private stopDrawing() {
    this.drawing = false;
    this.pointBuffer = [];
  }