ChrisDelClea / streamlit-agraph

A Streamlit Graph Vis
MIT License
387 stars 52 forks source link

Error when double click on a node #49

Open jnferfer opened 10 months ago

jnferfer commented 10 months ago

Hi, When I double-click on a node, I get a "read error" message in a new tab from the browser. I need to assign the "single click" action, that returns the node ID, to "double click". Which library's file should I modify for this? Thanks

thisisanameforsure commented 8 months ago

Looks like https://github.com/ChrisDelClea/streamlit-agraph/blob/master/streamlit_agraph/frontend/src/StreamlitVisGraph.tsx

jnferfer commented 8 months ago

Yes, this is the file.

cheney369 commented 2 months ago

@thisisanameforsure Sorry to bother you. I wan to block the click event (delete the click event related code), and I change the StreamlitVisGraph.tsx file, but It doesn't work, any else should I do? Thank you very much.