You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to @dfeinzimer for pointing out that we did have debounce in the code before. It looks like it was removed because it wasn't rendering "fluidly". It would be good to reinvestigate that. Maybe the duration just needs to be dialed in.
Scalebar recalculates and resizes several times during a double-tap zoom operation.
Ideally we would debounce it so that it only updates a max of every .25 seconds (250ms).
The text was updated successfully, but these errors were encountered: