lee-janice / wikigraph

A graph-based approach to exploring Wikipedia clickstream data; built with Neo4j, neovis.js, and React
https://wikigraph.netlify.app/
14 stars 2 forks source link

Right-click should not select multiple nodes #5

Closed qianzhong516 closed 1 year ago

qianzhong516 commented 1 year ago

I'm not a fan of this user experience 🤔 Conventionally ctrl + left click multi-selects things, which is the current behaviour in the app. Right-click to multi-select is confusing as it's hard to find a way to deselect a node. https://github.com/lee-janice/wikigraph/blob/f2f175128868c50eacb1472551d55e3b51d28c54/src/components/wikigraph.tsx#L154

lee-janice commented 1 year ago

I agree!! I deleted this behavior in the most recent push :)