Kitware / UPennContrast

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

Added back watcher for displayedAnnotations #818

Closed arjunrajlab closed 3 weeks ago

arjunrajlab commented 3 weeks ago

Used an internal variable to ensure that we don't double draw. Probably better in the long term to change this to an internal store to coalesce the watchers, but that seemed to be a bit too much for now.