aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
314 stars 46 forks source link

[Feature Request] Node details are not selectable in search results #309

Open kmcginnes opened 4 months ago

kmcginnes commented 4 months ago

Description

When browsing the results of a search, it would be useful to be able to copy and paste details of a selected node.

Currently, it is impossible to select any text in the search results. The node details are hosted within a carousel component that allows swiping left and right to go forward and back in the carousel. I suspect that is capturing the mouse interactions and preventing text selection.

Preferred Solution

Remove the swiping capability and enable text selection.


[!TIP] Please use a 👍 reaction to provide a +1/vote.

This helps the community and maintainers prioritize this request.

[!IMPORTANT] If you are interested in working on this issue or have submitted a pull request, please leave a comment.