diff options
author | Suchita Lad | 2025-04-30 15:38:02 +0530 |
---|---|---|
committer | Suchita Lad | 2025-04-30 17:35:27 +0530 |
commit | 8f1230516e546b29b52bcaffa06e0cc6fe32f442 (patch) | |
tree | 656d6c0d57bf262c242bfba64a76486dffd4222d | |
parent | 0f7f3c63b185309a20255b25c0ca45617696a7e4 (diff) | |
download | Common-Interface-Project-8f1230516e546b29b52bcaffa06e0cc6fe32f442.tar.gz Common-Interface-Project-8f1230516e546b29b52bcaffa06e0cc6fe32f442.tar.bz2 Common-Interface-Project-8f1230516e546b29b52bcaffa06e0cc6fe32f442.zip |
removed extra onClick event
-rw-r--r-- | blocks/eda-frontend/src/components/SchematicEditor/SchematicToolbar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/blocks/eda-frontend/src/components/SchematicEditor/SchematicToolbar.js b/blocks/eda-frontend/src/components/SchematicEditor/SchematicToolbar.js index f1cc65b1..eb654c3a 100644 --- a/blocks/eda-frontend/src/components/SchematicEditor/SchematicToolbar.js +++ b/blocks/eda-frontend/src/components/SchematicEditor/SchematicToolbar.js @@ -438,7 +438,7 @@ export default function SchematicToolbar ({ mobileClose, gridRef }) { 'pipe', { icon: ( - <div style={{ position: 'relative', display: 'inline-block', cursor: 'pointer' }} onClick={handleSchWinOpen}> + <div style={{ position: 'relative', display: 'inline-block', cursor: 'pointer' }}> <DescriptionIcon fontSize="small" style={{ color: scriptDump ? 'red' : 'inherit' }} /> {/* Blinking Dot */} |