Add a blocklyCollapsed
CSS class to collapsed blocks' root SVG
#8264
Labels
good first issue
help wanted
External contributions actively solicited
issue: feature request
Describes a new feature and why it should be added
Milestone
To Fix
In the updateCollapsed method call
dom.addClass
on thethis.svgGroup_
to add theblocklyCollapsed
class, ordom.removeClass
to remove it.The PR to fix this should be made against the
rc/v12.0.0
branch.To work on this issue, please comment below asking to be assigned.
The text was updated successfully, but these errors were encountered: