-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fix todo list checkbox issue #45
Conversation
…trying to fix it.
@@ -33,7 +33,6 @@ | |||
"devDependencies": { | |||
"chai": "^3.5.0", | |||
"eslint": "^2.12.0", | |||
"babel-eslint": "^7.2.1", |
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.
I am afraid this change is off-topic. Could you raise another PR to remove babel-eslint dependencies?
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.
I'm sorry that I chose the wrong branch (master) to start a PR a few hours ago. Now I will choose Fix-checklist-issue branch to start a new pull request.
Reference to the right one #46 |
After page rendered, visitor still can click on the checkbox. So I'm trying to fix it.