mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Click widget to open inspector (#564)
This commit is contained in:
parent
45841259b3
commit
f5abbcfe12
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue