diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index bc05ef2a..fbcecf1b 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -324,16 +324,7 @@ class IDEView extends React.Component { runtimeErrorWarningVisible={this.props.ide.runtimeErrorWarningVisible} provideController={(ctl) => { this.cmController = ctl; }} /> - +
@@ -649,6 +640,4 @@ function mapDispatchToProps(dispatch) { ); } - export default withTranslation('WebEditor')(withRouter(connect(mapStateToProps, mapDispatchToProps)(IDEView))); -