mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Do not open inspector on component click
This commit is contained in:
parent
d88c90679e
commit
3c586ae5a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue