diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index 35ecb86480..046779fe4a 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -786,8 +786,8 @@ class Editor extends React.Component { configHandleClicked={this.configHandleClicked} removeComponent={this.removeComponent} onComponentClick={(id, component) => { - // this.setState({ selectedComponent: { id, component } }); - // this.switchSidebarTab(1); + this.setState({ selectedComponent: { id, component } }); + this.switchSidebarTab(1); onComponentClick(this, id, component); }} />