Skip to content

Commit 97965f3

Browse files
committed
Update bitmap class
1 parent 91a8473 commit 97965f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/field-bitmap/src/field-bitmap.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)