-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fixed imEntity value correctly in demo.html based on user selection #31
Conversation
Sorry for taking so long to review! Could you run eslint and prettier? It seems to complain about
Also a quick question: I see |
Seems weird as I am getting eslint error in node_modules instead of that you mentioned above.
yes, correct is |
I also get the eslint error in something related to observer module from |
I tried cloning Sakshi's fork into a fresh directory, then running
If you're getting a different error, can you paste that? |
Alright, that is a separate error caused by something else. I will create an issue for it. Can you please fix the eslint errors the PR introduces, then run |
Looks like Travis is failing on
@Sakshisrivastava413 Could you check what's wrong? Might just be that the tests have to be adjusted to your change. |
I'm changing demo.html to use imjs instead of hardcoded object IDs (#30), so this will require a different approach to solve. |
Changed the demo.html imEntity
dataToInitialiseToolWith
based on the class, accept chosen in the setup by the user and accordingly setting value from the constant id array.Refer to PR #29