mapbox-gl-js version: 0.21.0
Steps to Trigger Behavior
https://jsbin.com/havivaruwe/edit?html,output
- map.doubleClickZoom.disable();
- on double click
- map.fitBounds(...)
- map.doubleClickZoom.enable();
- zoom back out
- on double click
Expected Behavior
I expect the fit bounds call to bring me to the bounds
Actual Behavior
the double click zoom happens.