-
Couldn't load subscription status.
- Fork 39
Add new todo item on pressing enter in between todo list rows #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
… refactor function to fix bug
…ield a little glitchy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gkasoff thanks a lot for the pull request.
sorry for the delay in reviewing this. I have added few minor comments. Please take a look.
|
@kamalkishor1991 hi is this all good now? |
src/components/Todo/Todo.tsx
Outdated
| import { Item, TodoCompletedList } from "./common"; | ||
| import { Form } from "./common/Todo/Form"; | ||
| import { TodoItem } from "./common/types"; | ||
| import { isReturnStatement } from "@babel/types"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please remove
Add new todo item on pressing enter in between todo list rows (#24 (comment))