Skip to content

Commit 434f8f5

Browse files
authored
Merge pull request #238 from smalruby/gh-236-ruby-tab-error
fix #236
2 parents f8d4d63 + ee50871 commit 434f8f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/ruby-to-blocks-converter-hoc.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const RubyToBlocksConverterHOC = function (WrappedComponent) {
6060
this.props.updateRubyCodeErrorsState(converter.errors);
6161
return converter;
6262
}
63+
this.props.updateRubyCodeErrorsState(converter.errors);
6364
this.props.convertedRubyCodeState();
6465
return converter;
6566
}

0 commit comments

Comments
 (0)