datalab-dev / quintessence_web_app

Repository for the Quintessence Web Project applying Topic Models and Word Embeddings to EEBO-TCP
http://quintessence.ds.lib.ucdavis.edu/
0 stars 0 forks source link

bug: if slider is clicked and the release happens outside of the plot window, it remains clicked when mouse returns to plot window... #66

Open avkoehl opened 3 years ago

avkoehl commented 3 years ago

Simplest fix is to make sure there is plenty of margin on either side, currently there is very little on the right side. Otherwise, may need to detach the slider in plotly, and manually add the onchange to a different slider <- really don't want to do this now.