Matthew Orchard
Matthew Orchard
Maybe I've missed something but in [this vanilla JS code sandbox](https://codesandbox.io/s/source-order-focus-lost-vanilla-7l954) the focus is lost when the source order changes in either direction. This at least makes it _seem_ like...
Ahh, I see. I hadn't clued in that it was just a matter of swapping the other element for the focused one to remain selected. Given that this does work...
Did find a workaround: going direct to neon by adding it as a peer dep in my package.json ```json "peerDependencies": { "@neondatabase/serverless": "0.7.2" }, ``` and then overwriting the type...