I'm using this in a React app for an audio player playlist menu. Without importing the CSS I can reorder the playlist just fine, only without any visual indicator besides the reordering, but as soon as I import the CSS it no longer works. Even if I comment out the entire file, the visual indicators remain but the behavior is still broken. The playlist is coming from my Redux state fyi, but if the state selection was blocking updates then I would think it would even without the CSS.
Please only use GitHub issues for bug reports and feature requests.
I'm using this in a React app for an audio player playlist menu. Without importing the CSS I can reorder the playlist just fine, only without any visual indicator besides the reordering, but as soon as I import the CSS it no longer works. Even if I comment out the entire file, the visual indicators remain but the behavior is still broken. The playlist is coming from my Redux state fyi, but if the state selection was blocking updates then I would think it would even without the CSS.