File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ function showDetails(data, connected) {
1919 details_top . innerHTML += "<ul>" ;
2020 details_top . innerHTML += "<li>Use the 'Toggle Filters' button to activate the simulation engine filter.</li>" ;
2121 details_top . innerHTML += "<li>Select what simulation engines you would like to show in the graph.</li>" ;
22- details_top . innerHTML += "<li>Select a node to see its ecosystem in the graph .</li>" ;
23- details_top . innerHTML += "<li>Double click/tap on a node to see details of the tool .</li>" ;
24- details_top . innerHTML += "<li>Click outside to unselect nodes.</li>" ;
22+ details_top . innerHTML += "<li>Single click/tap a node to see details of the tool .</li>" ;
23+ details_top . innerHTML += "<li>Double click/tap a node to see its ecosystem in the graph .</li>" ;
24+ details_top . innerHTML += "<li>Double click outside to unselect nodes and return to the overview .</li>" ;
2525 details_top . innerHTML += "</ul>" ;
2626 details_top . innerHTML += "<h3 class='mt-3'>Contributing</h2>" ;
2727 details_top . innerHTML += `<p>Contributions are welcome! If you have anything to add or correct in the data,
You can’t perform that action at this time.
0 commit comments