DPaint-js icon indicating copy to clipboard operation
DPaint-js copied to clipboard

Allow users to delete the first frame (and replace it with a blank frame)

Open tristanbob opened this issue 2 years ago • 1 comments
trafficstars

If I want to throw away the current drawing and start over with a blank one, I believe these are the only options:

Use the Eraser tool

  • Very slow and manual process

Add new frame + delete existing frame

  • Much quicker, but still 2 steps

File -> New (or Alt-N)

  • Quick and easy, but if it was a mistake then I can't undo the change

Preferred solution:

  • Allow users to delete the first frame (and replace it with a blank frame)
  • If the deletion was a mistake, undo should bring it back

tristanbob avatar Apr 26 '23 17:04 tristanbob

Right! Same for layers probably.

In the meantime, you can also press the "delete" key to quickly clear the current layer (including undo) Or use "Image" -> "Clear" in the menu.

steffest avatar Apr 27 '23 06:04 steffest