Skip to content

Commit eb53279

Browse files
committed
Solve problem with language change not updating block
1 parent af5ec73 commit eb53279

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/blocks/mrc_class_method_def.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ const CLASS_METHOD_DEF = {
9393
this.mrcParameters = [];
9494
this.setPreviousStatement(false);
9595
this.setNextStatement(false);
96+
this.updateBlock_();
9697
},
9798
/**
9899
* Returns the state of this block as a JSON serializable object.

0 commit comments

Comments
 (0)