-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Add block separators to list category #1659
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
| '</value>'; | ||
| return valueField; | ||
| }; | ||
| /** |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
core/data_category.js
Outdated
| '</xml>'; | ||
| var sep = Blockly.Xml.textToDom(sepText).firstChild; | ||
| xmlList.push(sep); | ||
| } |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
|
@kchadha code lgtm, assuming that you want this. |
kchadha
left a comment
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.
Looks good! Thanks for adding this, @kyleplo.
Resolves
Resolves #1645
Proposed Changes
Adds a method to add separators to the category and places the method in the appropriate places.
Reason for Changes
Scratch 2.0 has separators in the list category.