upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

Handled Backspace at the beginning of the TODO element. #46

Open Jayesh2812 opened 1 year ago

Jayesh2812 commented 1 year ago

The user can now press Backspace at start of the TODO to do one of the following

  1. If the TODO is empty, delete the item.
  2. If the TODO is not empty combine TODO's name with previous TODO's name.

37 issue will be fixed by merging this pull request.

Jayesh2812 commented 1 year ago

I was out of town for few days, will start working on the changes this week. Thank you so much for the reviews and suggestions 🙌