Kitware / UPennContrast

UPenn ?
https://upenn-contrast.netlify.com/
Apache License 2.0
8 stars 6 forks source link

Performance enhancement: alter hover behavior #834

Closed arjunrajlab closed 1 week ago

arjunrajlab commented 2 weeks ago

Annotation List is slow to update with large numbers of annotations because it triggers a redraw from every mouseover event. Change this to just update based on a click if you have over 5000 annotations.

pchoisel commented 1 week ago

LGTM