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

Adds the item to the todo list when pressed "+" icon as well as "Enter" key. #52

Closed HarshithaSivalingala closed 1 year ago

HarshithaSivalingala commented 1 year ago

Adds the item to the todo list when pressed "+" icon as well as "Enter" key.

bhujoshi commented 1 year ago

Hey @HarshithaSivalingala, Everything is looking good just remove commented code.

HarshithaSivalingala commented 1 year ago

@bhujoshi I have removed the commented code. Please review it.