i2-wustl / visualization-ui

0 stars 0 forks source link

Contours refreshed twice on zoom #78

Closed DennisGoldfarb closed 4 years ago

DennisGoldfarb commented 4 years ago

The zooming event always triggers a pan event and was causing the contours to be refreshed twice.

Now panend (which happens after zoomend) checks if we're zooming and updates the zooming flag.