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

Update index.tsx (Issue: Wrap text with limit of 1200 chars #22) #50

Closed fastio19 closed 1 year ago

fastio19 commented 1 year ago

handle Paste condition (>1200 characters)

--------Description------------------

When user tries to paste content of more than 1200 characters then a alert message will be shown with a proper message.

fastio19 commented 1 year ago

Wanted to make some changes