From b55bec18d4f05adb224fff0461246142849024fb Mon Sep 17 00:00:00 2001 From: ghalestrilo Date: Thu, 16 Jul 2020 18:20:52 -0300 Subject: [PATCH] :recycle: use connected on IDEView --- client/modules/IDE/pages/IDEView.jsx | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) 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))); -