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
Evaluate impact of using Ryan Baumann's debounce tip from mapbox/smithmicro-collab#1, map.on('mousemove', _.debounce(onMousemove, 12, {trailing: true, leading: true})).
The text was updated successfully, but these errors were encountered:
Evaluate impact of using Ryan Baumann's debounce tip from mapbox/smithmicro-collab#1,
map.on('mousemove', _.debounce(onMousemove, 12, {trailing: true, leading: true}))
.The text was updated successfully, but these errors were encountered: