mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +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}
|
configHandleClicked={this.configHandleClicked}
|
||||||
removeComponent={this.removeComponent}
|
removeComponent={this.removeComponent}
|
||||||
onComponentClick={(id, component) => {
|
onComponentClick={(id, component) => {
|
||||||
// this.setState({ selectedComponent: { id, component } });
|
this.setState({ selectedComponent: { id, component } });
|
||||||
// this.switchSidebarTab(1);
|
this.switchSidebarTab(1);
|
||||||
onComponentClick(this, id, component);
|
onComponentClick(this, id, component);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue