cytoscape / cy-ndex-2

A Cytoscape client app for the NDEx database
MIT License
0 stars 2 forks source link

Query text in Chooser widget does not transfer back to widget on main Cytoscape window #19

Open bdemchak opened 7 years ago

bdemchak commented 7 years ago

If I enter "RBL2" in the search field in the chooser widget, and then exit the chooser widget, I expect that the search text (RBL2) will be copied back into the Cytoscape window search widget. This will allow me to continue my searching where I left off when next use the search widget.

ericsage commented 7 years ago

This is something we decided not to do because it's a lot of added complexity to transfer state back to Cytoscape, and our currently implementation avoids this entirely by only pulling data from the REST API.