mirror of
https://github.com/google/blockly.git
synced 2026-01-06 08:30:13 +01:00
feat: added blocklyField to field's SVG Group (#8334)
This commit is contained in:
@@ -323,6 +323,9 @@ export abstract class Field<T = any>
|
||||
protected initView() {
|
||||
this.createBorderRect_();
|
||||
this.createTextElement_();
|
||||
if (this.fieldGroup_) {
|
||||
dom.addClass(this.fieldGroup_, 'blocklyField');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user