ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Aborting a selection with Esc breaks the tool #223

Closed ZMYaro closed 3 years ago

ZMYaro commented 3 years ago

Steps to reproduce the behavior

  1. Switch to a selection tool (rectangular or freeform).
  2. Begin drawing a selection.
  3. Press Esc.

Expected behavior The selection stops drawing and a new selection can be drawn.

Actual behavior The selection stops drawing, and the tool stops working unless you switch to a different tool and switch back.

(Caught by David Martin.)

ZMYaro commented 3 years ago

Fixed in https://github.com/ZMYaro/paintz/commit/f15f2098f3be7f8c991159d44bc6e1802a8e8a2a.