Shape detection#632
Conversation
This reverts commit 32588e6.
|
@MrGumpIT is attempting to deploy a commit to the Linwood Team on Vercel. A member of the Team first needs to authorize it. |
|
Can you please merge this by updating (sync) your develop branch, use git merge |
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
| default: | ||
| // Manage custom shapes here | ||
| } | ||
| } else if (points.length > 500) { |
There was a problem hiding this comment.
i don't understand why else if and not else?
If points < 500 and it doesn't recognize anything it clears it?
I don't think that's really good.
I would just make a guard clause and return if element == null or points > 500 (but I would remove this once we fixed the issue)
There was a problem hiding this comment.
It's a leftover. Else enough. If you can change it as well
CodeDoctorDE
left a comment
There was a problem hiding this comment.
LGTM! Thanks for contributing!
No description provided.