File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ export class FieldBitmap extends Blockly.Field<number[][]> {
245245 // lines.
246246 const svgRoot = this . getSvgRoot ( ) ;
247247 if ( svgRoot ) {
248- Blockly . utils . dom . removeClass ( svgRoot , 'blocklyNonEditableText ' ) ;
249- Blockly . utils . dom . removeClass ( svgRoot , 'blocklyEditableText ' ) ;
248+ Blockly . utils . dom . removeClass ( svgRoot , 'blocklyNonEditableField ' ) ;
249+ Blockly . utils . dom . removeClass ( svgRoot , 'blocklyEditableField ' ) ;
250250 }
251251 return editable ;
252252 }
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ export class FieldMultilineInput extends Blockly.FieldTextInput {
141141 this . textGroup = Blockly . utils . dom . createSvgElement (
142142 Blockly . utils . Svg . G ,
143143 {
144- class : 'blocklyEditableText ' ,
144+ class : 'blocklyEditableField ' ,
145145 } ,
146146 this . fieldGroup_ ,
147147 ) ;
You can’t perform that action at this time.
0 commit comments