Description
onInteractionStateChange no longer sets isZooming to false after finishing a zoom-interaction.
Works on versions 9.1.14 and earlier.
Flavors
Expected Behavior
onInteractionStateChange sets isZooming to false
Steps to Reproduce
Recreated by adding:
onInteractionStateChange: (e) => console.log(e),
to the get-started/pure-js/basic example.
Environment
- Framework version: deck.gl >= 9.1.15
- Browser: Firefox
- OS: MacOS
Logs
No response