diff --git a/frontend/src/Editor/Editor.jsx b/frontend/src/Editor/Editor.jsx index adf64e9087..45f6092229 100644 --- a/frontend/src/Editor/Editor.jsx +++ b/frontend/src/Editor/Editor.jsx @@ -604,7 +604,7 @@ class Editor extends React.Component { configHandleClicked={this.configHandleClicked} onComponentClick={(id, component) => { // this.setState({ selectedComponent: { id, component } }); - this.switchSidebarTab(1); + // this.switchSidebarTab(1); onComponentClick(this, id, component); }} />