diff --git a/client/modules/IDE/pages/IDEView.jsx b/client/modules/IDE/pages/IDEView.jsx index c2e264e1..2a5dfab4 100644 --- a/client/modules/IDE/pages/IDEView.jsx +++ b/client/modules/IDE/pages/IDEView.jsx @@ -88,10 +88,6 @@ class IDEView extends React.Component { } } - if (!nextProps.params.project_id && this.props.params.project_id) { - this.props.resetProject(); - } - if (nextProps.preferences.theme !== this.props.preferences.theme) { document.body.className = nextProps.preferences.theme; }