mirror of
https://github.com/google/blockly.git
synced 2026-01-05 08:00:09 +01:00
feat: Add a blocklyBlock CSS class to the block's root SVG (#8397)
This commit is contained in:
@@ -66,6 +66,8 @@ export class PathObject implements IPathObject {
|
||||
{'class': 'blocklyPath'},
|
||||
this.svgRoot,
|
||||
);
|
||||
|
||||
this.setClass_('blocklyBlock', true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user