Jonathan Gertig
Results
4
issues of
Jonathan Gertig
I found the fix its just to move these lines ```javascript if (this.isSliderDragging) { this.isSliderDragging = false; } ``` to the top of the `handleInteractionEnd` function in `input-range.js`
Add support for setting the zIndex attribute for the animated container
The priority order of routes is reverse of the expected order. I expect the priority order to look like: ``` js ``` but the order is only correct currently if...
enhancement