From d0445a624d1d95d59d9e4ae7a06b19d8bca41572 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Sun, 8 Jan 2017 17:00:52 -0500 Subject: [PATCH] fix #261 --- client/modules/IDE/pages/IDEView.jsx | 4 ---- 1 file changed, 4 deletions(-) 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; }