feat: Add a blocklyBlock CSS class to the block's root SVG (#8397)

This commit is contained in:
Chaitanya Yeole
2024-07-22 19:05:19 -04:00
committed by GitHub
parent e29d7abfdb
commit 76eebc2f24

View File

@@ -66,6 +66,8 @@ export class PathObject implements IPathObject {
{'class': 'blocklyPath'},
this.svgRoot,
);
this.setClass_('blocklyBlock', true);
}
/**