Luca Vivona commited on
Commit
2e9d0a6
·
1 Parent(s): 30b7e3c

Remove unused Event Handler 🎟️

Browse files
frontend/src/Components/Nodes/Custom.js CHANGED
@@ -75,7 +75,7 @@ export default class CustomNodeIframe extends React.Component {
75
  return (<>
76
  { this.state.reachable &&
77
  <>
78
- <div className=" flex w-full h-10 top-0 cursor-pointer" onClick={this.handelEvent}>
79
  <div title="Collaspse Node" className=" duration-300 cursor-pointer shadow-xl border-2 dark:border-white border-black h-10 w-10 mr-2 -mt-3 bg-Warm-Blue rounded-xl" onClick={this.handelSelected}><CgLayoutGridSmall className="h-full w-full text-white p-1"/></div>
80
 
81
 
@@ -103,4 +103,4 @@ export default class CustomNodeIframe extends React.Component {
103
  </>
104
  } </>)
105
  }
106
- }
 
75
  return (<>
76
  { this.state.reachable &&
77
  <>
78
+ <div className=" flex w-full h-10 top-0 cursor-pointer">
79
  <div title="Collaspse Node" className=" duration-300 cursor-pointer shadow-xl border-2 dark:border-white border-black h-10 w-10 mr-2 -mt-3 bg-Warm-Blue rounded-xl" onClick={this.handelSelected}><CgLayoutGridSmall className="h-full w-full text-white p-1"/></div>
80
 
81
 
 
103
  </>
104
  } </>)
105
  }
106
+ }